new Humans, Zombies, rand = random(2);foreach(Player, i){ if(rand && Humans == Zombies) { ZombieSetup2(i); Zombies ++; } else { HumanSetup2(i); Humans ++; }}