Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_susieandlancer_event_Create_0

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