Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_controller_dw_cyber_maze_virokun_Step_0

(view raw script w/o annotations or w/e)
1
if (viro == true)
2
{
3
    if (!instance_exists(obj_chaseenemy))
4
    {
5
        viro = false;
6
        global.flag[391 fought_first_viro] = 1;
7
    }
8
}