Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_elevator_controller_Alarm_3

(view raw script w/o annotations or w/e)
1
trn = instance_create(x, y, obj_transition)
2
if (last_room == "rm_dunes_13")
3
{
4
    trn.newRoom = 94
5
    trn.xx = 100
6
    trn.yy = 200
7
}
8
else
9
{
10
    trn.newRoom = 92
11
    trn.xx = 420
12
    trn.yy = 180
13
}