Whilevarvarn: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
var suffix merge
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
whilevarvarn <gamevar1> <gamevar2> { code to execute }
#REDIRECT [[whilevarn]]
 
Executes the code in the curly braces as long as <gamevar1> does not equal <gamevar2>. This is a slightly more advanced while loop than [[whilevarn]].
 
Caution: Poor execution or endless loops will cause your game to close without error or simply stall and crash!
 
See [[whilevarn]] for examples.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]

Latest revision as of 23:18, 5 March 2011

Redirect to: