Undertale script viewer

← back to main script listing

gml_Object_obj_tsunderplane_body_Alarm_0

(view raw script w/o annotations or w/e)
1
if (fall == 0)
2
{
3
    instance_create(x + 46, y + 56, obj_planeexhaust);
4
    alarm[0] = 10;
gml_Object_obj_tsunderplane_body_Alarm_0.gml

if (fall == 0) { instance_create(x + 46, y + 56, obj_planeexhaust); alarm[0] = 10; }
5
}