[ + ] Added a new function to wait for a while to execute the next line. here an example:
Code (Java):
player_downed_event
:
enabled
:
true
actions
:
-
'[broadcast] hello'
-
'[delay] 120'
-
'[broadcast] hello :)'
the "Hello" broadcast will be sent immediately as long as everything is below "[delay] 120"
It will be executed 120 ticks later.