exactly what it says in thee title
Yes, i’m pretty sure you can. Do you need instructions?
Relay
Setting All Players on Specific Team
wire to zone
Relay trigger -----> active zone
zone setting
allow gadget fire no
active on game start no
This won’t work because the scope of zones is always global
In this situation the guide won’t work, since the guide only affects channel broadcasts. I think the best way to do this is to use pseudo-inventory and remove the player’s gadgets.
Would there be a way to give them back
When player enters zone → trigger (only available to team that can’t fire) → grant item (-1 whatever gadget your game uses)
When player leaves zone → trigger (only available to team that can’t fire) → grant item (1 whatever gadget your game uses)
still not perfect, but I think it’ll work Thanks
Check to see if the player’s property is set to 1, then grant them the gadget if so.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.