Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_lancer_mixtape_Step_0

(view raw script w/o annotations or w/e)
1
timer--;
2
if (global.menuno != 1)
3
    timer = -10;
4
if (timer <= 0)
5
{
6
    timer = 60;
7
    snd_resume(global.currentsong[1]);
8
    snd_stop(snd_queen_mixtape);
9
    instance_destroy();
10
}