Commands /
Fixed Loop
Summary
Executes a series of commands a fixed number of times.
Properties
System
| Name | Explanation | Type |
|---|---|---|
| Start | The starting value. | Variable or Value |
| End | The (inclusive) target value. | Variable or Value |
| Increment | The amount to increment the starting value each loop. | Variable or Value |
| Commands | The commands to execute per loop. | Script |
Note: For programmers, this is the equivalent of a for loop.
