Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_pl_Other_5

(view raw script w/o annotations or w/e)
1
if (get_last_room_no_loop == false)
2
{
3
    global.lastroom = room_get_name(room)
4
    autowalk_direction_no_loop = false
5
    get_last_room_no_loop = true
6
}