Undertale script viewer

← back to main script listing

gml_Object_obj_gyftrotmouth_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 2;
2
image_yscale = 2;
3
alarm[0] = 20;
gml_Object_obj_gyftrotmouth_Alarm_0.gml

if (image_index < 4) { image_index += 1; alarm[0] = 3; } else { alarm[1] = 25; }
4
image_speed = 0;