Undertale script viewer

← back to main script listing

gml_Object_obj_wallmonitor_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0.1;
2
lit = 0;
3
active = 1;
4
if (room == room_truelab_prepower)
5
    active = 0;
6
if (global.flag[485 truelab_complete] == 1)
7
{
8
    active = 0;
9
    if (room == room_truelab_prepower)
10
        active = 2;
11
}