Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_spamton_neo_enemy_CleanUp_0

related scripts: Alarm_4Alarm_6CleanUp_0 Create_0Draw_0KeyPress_89Mouse_60Mouse_61Other_10Other_11Other_12Other_13Other_14Other_20Other_22Step_0Step_2

(view raw script w/o annotations or w/e)
1
if (audio_is_playing(snd_sneo_overpower))
2
    snd_stop(snd_sneo_overpower);
3
global.sp = 4;
4
snd_stop(snd_rumble);
5
snd_volume(snd_rumble, 1, 0);