Here’s a tutorial on how to add scope to zones, so that you can deactivate zones for one player or team only!
Step 1
In the section of the zone you want to add scope to, add “Scoper” or something similar to the end of the channel. This is so that the zone doesn’t directly trigger the thing you want it to trigger. Additionally, remove the channel to deactivate the zone, as that is global scope, which is not what we want.
Place down a trigger. Set the trigger to trigger on the changed channel from above (whatever you had before + scoper), and to transmit on the original channel that the zone sent.
Go to the “Availability” section of the trigger, and set the scope to player or team, whichever you prefer. Set the trigger to deactivate on the channel that originally deactivated the zone.
For my mario kart game I have just a bunch of triggers with player collision on instead of a zone to solve this problem, I should probably change that tbh. ↩︎
It’s pretty good! I like how you added pictures which would make it easier for people to do. If I could like your topic I’d like it but I ran out of likes so… You know what I’m saying.
I’d like to bump this with an addition:
You could use a checkpoint instead of a trigger if your game doesn’t use checkpoints, however I do not recommend this unless you really dislike triggers.