Alright let’s stop messing around:
Grab a property PlayersNum and make it a number.
Grab a lifecycle with player knocked out. Make it send on channel “player knocked out”.
Grab a overlay. Make it text and in the blocks (receive on player knocked out) make it set the property, PlayersNum to get property PlayersNum minus 1. Then make it set text to (make text with) players: & (get property) PlayersNum.
It’s relatively simple, unless you want it for other purposes such as game ending. However there are many guides on game ending and your system could use some help compared to the other guides. I would say use this:
2 Likes