Undertale script viewer
← back to main script listing
gml_Object_obj_toroverworld3_Other_4
(
view raw script w/o annotations or w/e
)
1
if (room != room_basement4)
2
{
3
direction = 270;
4
if (global.plot > 2)
5
instance_destroy();
6
}
7
donk = 0;