Whilevarvarn
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.