Help with sentries and props

I am asking for the simple terms and steps if possible. I need to have it so that after a group of sentries are eliminated, a group of props disappear.

1 Like

I think you can wire it like

senty knocked out --- hide prop
1 Like

What about multiple sentries for one prop?

I’m not sure if that’s possible and if it is, then I have no idea. sorry

1 Like

It’s alright. Thank you.

1 Like

it is possible

2 Likes

so if you have 5 sentries add a counter and make the target value to 5. And everytime a sentry is knowcked out, add wire so it increments the counter. So after all five is knocked out then the counter should be at a 5. Then add a wire from the counter to the prop so when target value reached… hide prop

4 Likes

hope that helped!

3 Likes

Can you tell me how? Thank You!! It worked exactly as I need. Thanks!

1 Like

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