Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climbingarea_KeyPress_68

(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
    snd_play(snd_magicsprinkle);
4
    if (global.flag[23] == 0)
5
        global.flag[23] = 1;
6
    else
7
        global.flag[23] = 0;
8
    room_restart();
9
}