Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_town_school_Create_0

(view raw script w/o annotations or w/e)
1
con = -1;
2
if (global.chapter == 4)
3
{
4
    if (global.plot >= 300)
5
    {
6
        con = 0;
7
        with (obj_doorAny)
8
            instance_destroy();
9
    }
10
}