ShaiTan-Enk said:If you mean that you want it to randomly choose one of the 5 to be a different unit, then you can do it this way - add them all to a unit array of length 5. Then write a statement that says change UnitArray[Math - random number(1,5)] to a different unit. =D
Unit - Create 1 Seeker for RandomTagger[(Random integer number between 1 and 5)] at (Center of RandomRegion[(Random integer number between 1 and 7)]) facing Default building facing degrees
Action - Set randPlayer = random number(1,5)
Action - Set randRegion = random number (1,7)
Unit - Create 1 Seeker for RandomTagger[randPlayer] at (Center of RandomRegion[randRegion]) facing Default building facing degrees