Whilevarvarn

From EDukeWiki
Revision as of 10:29, 27 June 2007 by 66.154.95.166 (talk)
Jump to navigation Jump to search

whilevarvarn <gamevar1> <gamevar2> { code to execute }

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.