ConnorWithoutAnE
New member
- Joined
- May 21, 2023
- Messages
- 5
- Reaction score
- 0
I am trying to add a Queue system to my game where when everybody is Readied Up the game starts and I have no idea how to. Any suggestions?
When you add them to the dictionary if they don’t already exist, you can set their value to inactive if you want them to have to use the ready up system in order to be ready. You use the Set Dictionary from Set Variable, then the parameters will mention that you need a value after their key (uuid), you can add a text var (/txt) that says inactive. You can also use numbers if you’d like for the value instead of “inactive” if you wanna keep track of the states with numbers instead of text.Where do I get "inactive"?