Undertale script viewer

← back to main script listing

gml_Object_obj_battlecontroller_KeyPress_80

related scripts: Alarm_0Create_0Destroy_0Draw_0KeyPress_117KeyPress_37KeyPress_38KeyPress_39KeyPress_40KeyPress_46KeyPress_49KeyPress_50KeyPress_80 Keyboard_56Keyboard_57Other_10Other_5Step_0Step_1

(view raw script w/o annotations or w/e)
1
if (keyboard_check(ord("O")) && global.debug == 1)
2
{
3
    obj_monsterparent.mercymod = 999999;
4
    global.mercy = 0;
5
}