Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_unusedclassevent_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
lightsoff = 0;
3
if (global.plot >= 250)
4
{
5
    con = 99;
6
    instance_destroy();
7
}
8
else
9
{
10
    global.interact = 1;
11
    lightsoff = 1;
12
}