Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_gameshow_battlemanager_Step_2

(view raw script w/o annotations or w/e)
1
if (con == 2)
2
{
3
    if (rem1 > global.hp[1] || rem2 > global.hp[2] || rem3 > global.hp[3])
4
        hitcount++;
5
}