The variable "NumberofAvailablePLayers" is self explanitory.
The variable "MajorityVote" Is actually the above variable subtracted by one all the time. I also use
this to reduce both numbers when a player leaves/crashes.
In short. It's not working. The base value of "NumberofAvailablePlayers" is 6, and it seems to stay in 6.
I did a debug to show how many players there are, and it still shows up as six, even for the "MajorityVote" variable. Halp D:, my life depends on you!... K not really, but still Thanks in advance!
Of course its not working, as you said yourself it should be done correctly with loops the first time, it would take 15 sec to redo all of this correctly, and take 15 times less work. With if then else mulitple if one of the conditions matches it goes that route and then skips all the other if then. You would have to have 6 different seperate if thens and not 1 mutliple if then.
I am largely inactive, but I am still around. Feel free to poke me if you need some help, just be warned that I only really come back if I need help and/or if I'm posting a new map/library.
To post a comment, please login or register a new account.
Basically, the game is not checking if there are three players, or 6. I've tried using this to determine how many players are "active"
NOTE: I know i could've used "Pick each integer". But my computer was being stupid the day i made this.
The variable "NumberofAvailablePLayers" is self explanitory. The variable "MajorityVote" Is actually the above variable subtracted by one all the time. I also use this to reduce both numbers when a player leaves/crashes.
In short. It's not working. The base value of "NumberofAvailablePlayers" is 6, and it seems to stay in 6. I did a debug to show how many players there are, and it still shows up as six, even for the "MajorityVote" variable. Halp D:, my life depends on you!... K not really, but still Thanks in advance!
EDIT: Cookies if you help too. Just adding that.
Of course its not working, as you said yourself it should be done correctly with loops the first time, it would take 15 sec to redo all of this correctly, and take 15 times less work. With if then else mulitple if one of the conditions matches it goes that route and then skips all the other if then. You would have to have 6 different seperate if thens and not 1 mutliple if then.
@Doubleclick123: Go
That should do the trick.