Can you make something else happen if a different team does something?

Can you make it so when a player from team one presses a button, something happens, say they get 12 cash, and if another player from team two presses it, a barrier spawns covering the button?

You can use two buttons that activate for different teams via relays and setting their scopes to “team,” then placing the buttons on top of each other. You can also connect one button to two deactivated triggers and relays activate one for each team.

You could also use wire repeater gates. Place two wire repeaters, one allowing a signal from team 1 only, and the other only allowing a signal from team two. Put the item granter to the team 1 gate and the barrier to the team 2 gate.

2 Likes

Oh yeah I forgot that setting existed.

Can I get a screenshot? i don’t use wire repeaters very often and I don’t know what you’re talking about.

image

1 Like

Okay so I have a button that goes to a trigger that runs some blocks. The blocks make a property update. Is there a way to make it so if team 1 updates the property, something happens, and if team 2 updates the property, something else happens. I tried using wire repeaters but it didn’t work. both things happened no matter who did it.

1 Like

image