Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_scr_debug_print

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

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
()
2
{
3
    if (!
scr_debug
scr_debug

function
scr_debug()
{ return global.debug == 1; }
())
4
        exit;
5
}
6
7
function scr_debug_clear_all()
8
{
9
}