Undertale script viewer

← back to main script listing

gml_Object_obj_flyjar_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
alarm[0] = 30;
gml_Object_obj_flyjar_Alarm_0.gml

off = 1; repeat (54) instance_create(x + 30, y + 30, obj_jarfly);
3
off = 0;
4
image_xscale = 3;
5
image_yscale = 3;