Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dogcheck2_Draw_0

(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
    if (sunkus_kb_check_pressed(82))
4
        room_restart();
5
}