How to end the game when there is only one person left

Add lifecycle (on game start)

Wire it to relay for ‘all players’

Wire relay to counter (add 1)

Add lifecycle (when knocked out)

Wire it to same counter (decrease by 1)

Set target to 1 on counter

Wire it to end game when target reached

That should work :slight_smile: (If people can enter late just add another lifecycle on player enters late to the counter add by 1)