Undertale script viewer

← back to main script listing

gml_Object_obj_mneo_body_Step_0

(view raw script w/o annotations or w/e)
1
if (do_room_goto)
2
{
3
    do_room_goto = false;
4
    room_goto(global.currentroom);
5
}