Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_scene7_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
customcon = 0;
3
if (global.chapter != 2 || global.plot != 16)
4
{
5
    con = -1;
6
    instance_destroy();
7
}