Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_rotating_tower_controller_KeyPress_52

(view raw script w/o annotations or w/e)
1
if (!
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
2
    exit;
3
if (tower_falls_apart_con == 0)
4
{
5
    tower_falls_apart_con = 1;
6
}
7
else
8
{
9
    tower_falls_apart_con = 0;
10
    tower_falls_apart_i = 0;
11
}