Commands /
Conditional Loop
Summary
Executes a looping series of commands while a condition is met.
Properties
System
| Name | Explanation | Type |
|---|---|---|
| Conditions | The conditions under which the command loop will run. | Conditions? |
| Commands | The commands to execute per loop. | Script |
Note: For programmers, this is the equivalent of a while loop.
