Undertale script viewer

← back to main script listing

gml_Object_obj_outsideworld_event_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(room_end_castroll Pacifist credits [Dogchecked]);
5
}