Undertale script viewer
← back to main script listing
gml_Object_obj_nextbattle_pl_KeyPress_72
(
view raw script w/o annotations or w/e
)
1
if (global.healno > 0 && global.testhp < 20)
2
{
3
global.testhp = 20;
4
global.healno -= 1;
5
}