voting in zones

i want to add a voting system where you can vote for a certain map by standing in a zone. ive got triggers set up and voting group plus voting options. but i am having trouble how to set up the triggers so it acts as a vote when someone stands on it. i want to be able to switch votes as well. how can i set this up in creative or uefn?

1 Like

Hi @Cynical_Sass ,
I think what you’ll need to use is a Mutator Zone.
Set up one channel for when the player enters and another for when they leave, and connect those events to the Voting Option device:

On player entering zone : “Cast Vote When Receiving From”

On playing exiting zone : “Rescind Vote When Receiving From”

With this version, each time they leave, they’d be removing or changing their vote.
Also, in the Voting Group there’s an option called Allow Vote Switching; this can let the player change their vote simply by moving from one zone to another, if the previous method doesn’t suit you.

Here’s some documentation on how this device works and examples of how other users have created voting zones, which might be interesting or useful:

Mutator-zone Documentation:

Voting HUB

Voting system examples:

Hope this helps!