Is there a way to check if all the party members are dead within script calling using conditional branches, Like $game_party.actors[0].hp == 0? I want a way to be able to check and see if all current party members in your party are dead so I could call game over. The scripts I'm using don't automatically call it.
Thanks
Thanks