So I have this PvP area and I want to make it to where if there are 2 or more people the sentries deactivate but if there is only 1 person I want the sentries to activate
Do you only want to track players IN the area?
Zone-player enters zone-counter +1
Player knocked out-counter-1
Counter=1-activate sentry
1 Like
You’d also need another counter that deactivates the sentries. Of course this could probably be done more efficiently with block code but I’m not doing allat.
@Nature_Boy_Drama16 just use 2 counters:
1 that does the post above me, and another with a target of 2 that deactivates them.
also need to decrement counter when player leaves zone
1 Like