Difference between revisions of "GameMode"
m
Reset init to 0 after the timer has run down
imported>Axle12693 |
imported>D4v3 m (Reset init to 0 after the timer has run down) |
||
Line 31: | Line 31: | ||
; ... or no, the time is up! | ; ... or no, the time is up! | ||
else | else | ||
;make timer available for the next time this script is run | |||
set init to 0 | |||
;code to execute after 25 seconds | ;code to execute after 25 seconds | ||
endif | endif |