Undertale script viewer

← back to main script listing

gml_Object_obj_6pan_fire_Step_0

(view raw script w/o annotations or w/e)
1
if (vspeed > 0)
2
    depth = -13;
3
visible = true;
4
if (y > room_height)
5
    instance_destroy();