-
Set HeroesTeam1 = (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to True) and (((Matching unit) belongs to an ally of Player 1 (Red)) Equal to True)))
- Set HeroesTeam2 = (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to True) and (((Matching unit) belongs to an ally of Player 2 (Blue)) Equal to True))
- Unit - Move (Random unit from (HeroesTeam1)) instantly to (Center of (Playable map area))
- Unit - Move (Random unit from (HeroesTeam2)) instantly to (Center of (Playable map area))

