How do I end battle, all Team is dead one Alive
when character one is Alive, character two is dead
Enemy hit the Alive one end battle but when
You battle again , two is Alive and one is dead
And battle end’s again
I think that’s all?
What is the expected result
All Party team dead in same time, ends battle
What is the actual result
All team Party is dead but battle didn’t end
It stays on battle Scene
You don’t need to check the variables and check if the players are dead because the previous events delete the player objects. While they are dead, the conditions will return false because there aren’t any objects to test. Since you’re using variables, you shouldn’t need to also test for objects.