Question about two checks

For one of my maps, I need one of my button to activate only when two conditions pass; they player is on a certain team (team 2), and a different player is in a certain zone. I have the first condition figured out, but how would I set the rest of this up?

2 Likes

Coordinate system.

2 Likes

You can use team switchers to make a person switch to a certain team. You can use another relay and a teleporter to teleport a different player to the zone.

3 Likes

wait, i’m confused, wdym?

2 Likes

2 Likes

Hmm, strange.


@Vortex-Mist on my screen it’s different.

3 Likes

it says mines was the last reply even when @EggNoodle’s was

2 Likes

wow interesting

2 Likes
2 Likes

Have the zone grant an item, and have it take it away when you exit it. Have everyone in team two have a different item. When someone enters the zone, have a relay for all players wired to a checker check if the amount of both items is equal to one. If true, activate button.

1 Like

Player enters zone set a property to true, player leaves-false, than if then blocks to check both

1 Like