I have something I want to run in a particular battle if, and only if, all actors are dead except one. If it were a specific actor left alive, I could do that with a series of conditional branches. However, I want this to run if it is any actor left alive. Given the number of possible actors who might be in the battle party, and that party has 5 members, doing this by conditional branches spirals into a nightmare.
Is there a simpler way of identifying if all actors except one is dead? I would use this on the troop page, set to 'Turn End' .
Thanks.
Is there a simpler way of identifying if all actors except one is dead? I would use this on the troop page, set to 'Turn End' .
Thanks.

