Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_rouxls_laser_pointer_controller_KeyPress_32

(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
{
3
    recordsave = true;
4
    if (con == 0)
5
    {
6
        con = 1;
7
        recordcount = 0;
8
    }
9
    else
10
    {
11
        con = 2;
12
        recordcount = 0;
13
    }
14
}