double-jammy-whammy/objects/obj_delayer/Step_0.gml

7 lines
121 B
Plaintext
Raw Normal View History

countdown--;
if (countdown < 0 ) {
global.allowed = true;
audio_play_sound(snd_music, 0, true);
instance_destroy();
}