Undertale script viewer

← back to main script listing

gml_Object_obj_endschoolanim_Alarm_5

(view raw script w/o annotations or w/e)
1
alarm[5] = 20;
gml_Object_obj_endschoolanim_Alarm_5.gml

alarm[5] = 20; instance_create(((asg.x + 57) - random(3)) + random(3), ((asg.y + 11) - random(3)) + random(3), obj_tinyleaf); instance_create(((asg.x + 57) - random(3)) + random(3), ((asg.y + 11) - random(3)) + random(3), obj_tinyleaf);
2
instance_create(((asg.x + 57) - random(3)) + random(3), ((asg.y + 11) - random(3)) + random(3), obj_tinyleaf);
3
instance_create(((asg.x + 57) - random(3)) + random(3), ((asg.y + 11) - random(3)) + random(3), obj_tinyleaf);