Does anyone know how to make a 3 chance life

I need something where you have 3 lives only if that runs out you become a spectator

1 Like

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

3 Likes

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

1 Like

Doesn’t work.

here look at these pics and tell me if right



2 Likes

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 :sad_but_relieved_face:

what do you mean by that

Still it knocks out all the players.

hmm what about lifecycle

1 Like

I think it takes block code in the knockout manager.

I cant use block code toooo confusing

1 Like

Ok. I’ll try finding a way.

when player knocked out increment counter target = 3 when target reached game over or whaterver

2 Likes

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.

1 Like