Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_chefs_toggles_Alarm_0

(view raw script w/o annotations or w/e)
1
instance_activate_all();
2
scr_chefs_start(opt[0]);
3
if (opt[1] > 0)
4
    snd_play(minigame_kart);
5
instance_destroy();