How do you make sentries trigger lifecycle events?

I’m making a One Way Out style map and I want to count how many knockouts you have and how many times you’ve been knocked out.

When these are caused by a sentry, the lifecycle won’t track it. How can I make it track it?

Thanks to anyone who helps.

you can actually use a channel to brodcast when it gets knocked out

On the lifecycle, the sentry doesn’t trigger the channels. That’s the problem.

@Michaelbob I dont think this can work, try this. why not use a ko manager? its tracks when a player or a sentry gets knocked out

1 Like

Bluebird,

1 Like

Ok I’ll try it.

1 Like

Is there a certain way to code it using knockout managers? I tried replacing lifecycles with knockout managers and it didn’t work…

@Michaelbob did you change this setting on the ko manager? (oh and make sure to change its scope since you want it for each player to have separate amt) it worked for me when I did it
image

1 Like

Yeah I did

so all you want is it to track the amt of times you knocked out a sentry? if so, wire the ko manager to the counter, target knocked out > increment counter

1 Like

That’s my original coding (except it’s with KO managers) it’s still not working.

see?
vid: Screen Recording (5-29-2024 6-53-10 PM).wmv - Google Drive

1 Like

Huh, there must be something wrong on my end then. I’ll try and see what’s going wrong.

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.