Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_dw_man_scenetransition_persistent_Step_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 (keyboard_check_pressed(ord("M")) || keyboard_check_pressed(ord("R")) || keyboard_check_pressed(ord("L")))
4
        instance_destroy();
5
}