We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Loop through routines until statement is false.
- 'while [statement to test]': - 'Do stuff here"
It's basically the same as an if statement, except that it loops until the statement is false
- 'set.$x': 'rand(1, 300)' - 'set.$y': '1' - 'set.$z': 'rand(1, 300)' - 'while world_block($x, $y, $z)_typeid !== 0': - 'message.server': "[LOG] Loop no.%{$y}" - 'set.$y': '$y + 1' - 'set.world_block($x, $y, $z)_typeid': '54'
There was an error while loading. Please reload this page.