Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_controller_KeyPress_72

(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
    show_hitboxes = !show_hitboxes;
4
    if (show_hitboxes)
5
        
scr_debug_print
scr_debug_print

function
scr_debug_print(arg0)
{ } function print_message(arg0) { } function debug_print(arg0) { } function scr_debug_clear_all() { }
("Susiezilla hitboxes enabled");
6
    else
7
        
scr_debug_print
scr_debug_print

function
scr_debug_print(arg0)
{ } function print_message(arg0) { } function debug_print(arg0) { } function scr_debug_clear_all() { }
("Susiezilla hitboxes disabled");
8
}