Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_stresso_Alarm_0

(view raw script w/o annotations or w/e)
1
trs = instance_create(0, 0, obj_transition);
2
with (trs)
3
{
4
    xx = 100;
5
    yy = 185;
6
    newRoom = 93;
7
}
8
instance_create(0, 0, obj_elevator_controller);
9
instance_destroy();