Undertale script viewer

← back to main script listing

gml_Object_obj_foodsound_Alarm_0

(view raw script w/o annotations or w/e)
1
if (soundtype == 2)
2
    snd_play(snd_spooky);
3
if (soundtype == 0)
4
    snd_play(snd_power);
5
instance_destroy();