while
From QuestWiki
while (expression) { script }
Run a script while the given expression returns true.
This command was added in Quest 5.1.
| < Back to Script Commands |
while (expression) { script }
Run a script while the given expression returns true.
This command was added in Quest 5.1.
| < Back to Script Commands |