Undertale script viewer

← back to main script listing

gml_Object_obj_labelevator_open_Create_0

(view raw script w/o annotations or w/e)
1
xreveal = 0;
2
if (global.entrance == 24)
3
{
4
    con = 1;
5
    global.interact = 1;
6
    alarm[4] = 120;
7
}
8
else
9
{
10
    con = 4;
11
    xreveal = 20;
12
}