Whilevarvarn: Difference between revisions
Jump to navigation
Jump to search
New page: whilevarvarn <gamevar1> <gamevar2> { code to execute } Executes the code in the curly braces as long as <gamevar1> does not equal <value2>. This is a slightly more advanced while loop tha... |
(No difference)
|
Revision as of 10:28, 27 June 2007
whilevarvarn <gamevar1> <gamevar2> { code to execute }
Executes the code in the curly braces as long as <gamevar1> does not equal <value2>. 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.