Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_debug_ch1

(view raw script w/o annotations or w/e)
1
function scr_debug_ch1
scr_debug_ch1

function scr_debug_ch1() { if (instance_exists(obj_debugcontroller_ch1)) return obj_debugcontroller_ch1.debug; }
()
2
{
3
    if (instance_exists(obj_debugcontroller_ch1))
4
        return obj_debugcontroller_ch1.debug;
5
}