Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_dess_fan_Alarm_0

(view raw script w/o annotations or w/e)
1
if (turn_on)
2
    exit;
3
turn_on = true;
4
sprite_index = spr_noellehouse_fan_mini_on;
5
image_index = 0;
6
image_speed = 0.1;
7
snd_play(snd_noise);