Undertale script viewer

← back to main script listing

gml_Object_obj_toroverworld4_Other_4

(view raw script w/o annotations or w/e)
1
if (room == room_ruins3 && global.plot >= 4)
2
    instance_destroy();
3
if (global.plot >= 5.5)
4
    instance_destroy();
5
direction = 270;