Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_castlefront_event_Create_0

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