Others

This page was last updated for version v1.2.0

Stop

stop

  • Stops the effect and resets player's effect


None

none

  • Does nothing


Return

return

  • When return is executed, further lines won't be executed


Break

break

  • When break is executed, further lines won't be executed at that stage of the loop for that tick handler, but the tick handler's loop will continue


Break Handler

break-handler

  • When break-handler is executed, further lines won't be executed and the loop for that tick handler will break

Last updated