Added delayed statements
This release adds the ability to await a sleep
function, which internally uses /schedule
to allow MCFunctions to run delayed commands.
The syntax is await sleep(10) / await sleep('1s')
.
Since this effect needs to work flawlessly in every Sandstone abstraction, this release also adds:
- Asynchronous while & doWhile statements
- Asynchronous if/else if/else statements