Undertale script viewer

← back to main script listing

gml_Object_obj_battlecontroller_KeyPress_80

(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
}