Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_queen_enemy_Mouse_61

related scripts: Alarm_4Alarm_5Alarm_6Create_0Destroy_0Draw_0KeyPress_79Mouse_60Mouse_61 Other_10Other_11Other_12Other_13Other_22Step_0

(view raw script w/o annotations or w/e)
1
if (
scr_debug
scr_debug

function
scr_debug()
{ return 0; }
())
2
{
3
    difficultydebug--;
4
    
scr_debug_print
scr_debug_print

function
scr_debug_print(arg0)
{ }
("Queen difficulty = " + string(difficultydebug));
5
}