ZelosAvalon 14 Posted February 21, 2015 (edited) whats the difference between questprogress and !questprogress ? Edited February 21, 2015 by ZelosAvalon Quote Share this post Link to post Share on other sites
0 malufett 247 Posted February 21, 2015 '!' is a 'not' operator example if `questprogress` is equal to '1' then we will use it in a logical statement if(questprogress){ // this means that `questprogress` > 0// code here will parse cause the statement is satisfied} otherwise if(!questprogress){ // this means that `questprogress` not > 0// code here will not parse cause the statement is not satisfied} Quote Share this post Link to post Share on other sites
whats the difference between
questprogress
and
!questprogress
?
Edited by ZelosAvalonShare this post
Link to post
Share on other sites