Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_jackenstein_enemy_KeyPress_32

(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
    global.mercymod[myself] = 70;
4
    spooked = true;
5
    debug_print("mercy set to " + string(global.mercymod[myself]));
6
}