#HOW DO I MAKE A MAP VOTER
1 messages · Page 1 of 1 (latest)
Exact same is imposdible but like paintball is possible
I recommended using prompt multiple choice
This should work
Make sure the Event Senders targets are set to All
Just connect the destination constant to the list create and add it's name to the list for the prompt multiple choice and it should be setup
If anyone has a better solution let me know since I was thinking of making a map voter system for a game I'm working on too
By the way I didn't test this so I'm not sure if this will work but still try using this
Idk if it’ll work because if only one player votes then all the other players will go to the map the first player that completed the prompt
I would probably use list int variables
You can do this but another idea is to just make a room or teleport some buttons and a picture of the map into the spawn room and have them vote there
Gotta make a counter for each possible map and after delay check what is greatest?
Also adding players to a list once they have voted so they can’t vote multiple times
You'd probably want to use the PDB for this, so when you want to collect all the votes, just send an event that has everyone's PDB to send their selection back, and then you can see which map was chosen the most.
is this the same thing as just using synced variables?
If two people add 1 to a synced variable at the same time, their vote won't count.
Instead if the Room Authority collects everyone's votes at the end, it'll work perfectly.
i’m confused on ur wording 😵💫
Send an event to everyone's PDB to request their vote when the voting time is over.
I made a lil custom chip to do a voting system https://rec.net/invention/3613919771462583970
if you wanted everyone to vote you could make an event to send the exec to everyone and keep player local
no