Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ch4_DCA06_Create_0

(view raw script w/o annotations or w/e)
1
con = -1;
2
customcon = 0;
3
if (global.plot < 150)
4
    global.plot = 150;
5
if (global.plot >= 150 && global.plot < 160)
6
    con = 0;
7
else
8
    instance_destroy();