Undertale script viewer

← back to main script listing

gml_Object_obj_floweygonk_Alarm_1

(view raw script w/o annotations or w/e)
1
gl = 20;
2
snd_play(snd_damage);
3
if (image_index < 7)
4
{
5
    image_index += 1;
6
}
7
else
8
{
9
    alarm[0] = -1;
gml_Object_obj_floweygonk_Alarm_0.gml

snd_play(snd_laz); s_i = 0; alarm[0] = 29; alarm[1] = 18; alarm[2] = 18;
10
    alarm[1] = -1;
gml_Object_obj_floweygonk_Alarm_1.gml

gl = 20; snd_play(snd_damage); if (image_index < 7) { image_index += 1; } else { alarm[0] = -1; alarm[1] = -1; alarm[2] = -1; visible = false; alarm[3] = 150; }
11
    alarm[2] = -1;
gml_Object_obj_floweygonk_Alarm_2.gml

x = shk_x + gl; gl = -gl; if (gl < 0) gl += 3; if (gl > 0) gl -= 3; if (abs(gl) > 1) alarm[2] = 2;
12
    visible = false;
13
    alarm[3] = 150;
gml_Object_obj_floweygonk_Alarm_3.gml

instance_create(0, 0, obj_truechara); instance_destroy();
14
}