Working on a Prop Hunt map. There are 2 Teams, Props and Hunters.
At the beginning of each round, I want to pick completely random players to be hunters, and everyone else is on the Prop Team.
I get the players in the game, and then the teams.
I set the Teams = the number of players I want, however I need to use decides…
The issue is I cannot call BalanceTeams() inside of OnBegin, so how would I call it?
Do I need to restructure my code to error check properly instead of using decides?