Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_controller_dw_cyber_viromaze2_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
noleavefield = 0;
3
if (global.flag[352 solved_viro_dodge] == 1)
4
{
5
    if (instance_exists(obj_forcefield))
6
    {
7
        with (obj_forcefield)
8
            instance_destroy();
9
    }
10
}