Undertale script viewer

← back to main script listing

gml_Object_obj_gyftrotmouth_Alarm_0

(view raw script w/o annotations or w/e)
1
if (image_index < 4)
2
{
3
    image_index += 1;
4
    alarm[0] = 3;
gml_Object_obj_gyftrotmouth_Alarm_0.gml

if (image_index < 4) { image_index += 1; alarm[0] = 3; } else { alarm[1] = 25; }
5
}
6
else
7
{
8
    alarm[1] = 25;
gml_Object_obj_gyftrotmouth_Alarm_1.gml

alarm[2] = 25; instance_create(x + 40, y + 46, obj_gyfcloud);
9
}