I need something where you have 3 lives only if that runs out you become a spectator
Hm I think its possible. Do you want pictures?
ok let me see the pics
a counter with a goal of 3.
use a knockout manager (on player scope) that wires on player ko → increment counter
counter wire when goal reached → team switcher to spectator
that should work
ok @bakedpotato i’ll try that
3 items of choice, knocked out lifecycle = degrant 1 item, check if item = 0 stitch to spectater tots
forget I said tater tots
Doesn’t work.
They are right but have you changed the counter settings?
Also, @bakedpotato it doesn’t work because it looks for 3 knockouts globally not for every player.
oh I set the ko manger to player and counter to player
Nevermind
what do you mean by that
Still it knocks out all the players.
hmm what about lifecycle
I think it takes block code in the knockout manager.
I cant use block code toooo confusing
Ok. I’ll try finding a way.
when player knocked out increment counter target = 3 when target reached game over or whaterver
If everything is player scoped then they system bakedpotato gave you should work, although I recommend using a lifecycle set to “player knocks out” because then it works for ko’ing players and sentries and are less buggy.


