Undertale script viewer

← back to main script listing

gml_Object_obj_gyftrotmouth_Alarm_1

(view raw script w/o annotations or w/e)
1
alarm[2] = 25;
gml_Object_obj_gyftrotmouth_Alarm_2.gml

if (image_index > 0) { image_index -= 1; alarm[2] = 3; } else { alarm[0] = 45 + random(60); }
2
instance_create(x + 40, y + 46, obj_gyfcloud);