Skip to content

Added delayed statements

Compare
Choose a tag to compare
@TheMrZZ TheMrZZ released this 06 Dec 00:50
· 521 commits to master since this release
92d19f3

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