stock EvenTeams() { new rand = random(2) ; foreach(Player, i) { if((rand = !rand)) { ZombieSetup2(i); } else { HumanSetup2(i); } }}