hey guys anyone familar with how to do this? How would i randomize teams in a footmen frenzy style map of 3v3v3v3 that each player have starting structures that automatically spawn units?
I have quite the arrange team problem and i figured randomizing the teams would make it more fair.
You can have an Integer global variable, with an array of 12.
Then you put all players in a player group at the start of the game, and pick each player in the player group and set IntegerVariable[Picked Player] to an increasing value.
hey guys anyone familar with how to do this? How would i randomize teams in a footmen frenzy style map of 3v3v3v3 that each player have starting structures that automatically spawn units?
I have quite the arrange team problem and i figured randomizing the teams would make it more fair.
Is this do-able? And how so if it is.
You can have an Integer global variable, with an array of 12.
Then you put all players in a player group at the start of the game, and pick each player in the player group and set IntegerVariable[Picked Player] to an increasing value.
something like this
Then instead of using triggering player (or whatever you need) in your map, you use IntegerVariable[Triggering Player]