ok, im making an angel arena map (like so many people have done in the past ) and am having troubles with the dueling system now, i replaced character selection with taverns and these triggers
so now sometimes the duels dont work. sometimes no players enter the arena or only one will. can someone pls help me with this?
-
Tavern1
-
Events
- Unit - A unit Sells a unit
-
Conditions
- (Unit-type of (Triggering unit)) Equal to Hero Tavern
-
Actions
- Camera - Pan camera for (Owner of (Triggering unit)) to (Center of (Playable map area)) over 0.00 seconds
- Unit - Move (Sold unit) instantly to (Center of Hero Start Spawn <gen>)
- Unit - Remove (Buying unit) from the game
-
Events
-
Hero Select Red
-
Events
- Unit - A unit enters Hero Start Spawn <gen>
-
Conditions
- ((Triggering unit) is in (Units owned by Player 1 (Red))) Equal to True
-
Actions
- Set Heroes[(Player number of Player 1 (Red))] = (Random unit from (Units owned by Player 1 (Red) matching (((Random unit from (Units owned by Player 1 (Red))) is A Hero) Equal to True)))
- Camera - Pan camera for Player 1 (Red) to (Center of Hero Start Spawn <gen>) over 0.00 seconds
- Trigger - Turn off (This trigger)
-
Events
so now sometimes the duels dont work. sometimes no players enter the arena or only one will. can someone pls help me with this?