I'm trying to set up a dueling trigger for my arena map where at say 15-30 minutes intervals there will be a duel with all the current heroes on each team that are on map get sent to a region and after there is one team left will then move the units back to their respective spawn zones. Doesn't need to be previous location I would prefer spawn zones. I can also link a current download of the map with open edit if anyone thinks they'd be able to better handle it in game themselves. Can credit you heavily as a co creator if able to assist because this is the last major thing I would like to implement. I need to set up unit groups and then set up triggers for the unit groups or something I'm not to sure how it works
What I was trying to do that I found in a forum;
What I was trying to do that I found in a forum;
-
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))





















