- Joined
- Jul 3, 2004
- Messages
- 404
If i try to work on this trigger anymore without getting it to work, my head will explode in anger.
This is the 1st trigger, the "move units (hero) to
arena"
Start Duell
And it works youst fine.
And here's what's gonna happen when there's only one hero left in the arena.
Add gold to the owner of the hero, teleport the hero to owner of hero
Plz answer fast. I need this for my new version of my map
This is the 1st trigger, the "move units (hero) to
arena"
Start Duell
Code:
Events
Time - Timer expires
Conditions
Actions
Unit Group - Pick every unit in (Random 1 units from team1) and do (Unit - Move (Picked unit) instantly to (Center of Arena spawn 1 Copy <gen>))
Unit Group - Pick every unit in (Random 1 units from team2) and do (Unit - Move (Picked unit) instantly to (Center of Arena spawn 1 <gen>))
Unit Group - Pick every unit in (Random 1 units from team3) and do (Unit - Move (Picked unit) instantly to (Center of Arena spawn 1 Copy Copy <gen>))
Unit Group - Pick every unit in (Random 1 units from team4) and do (Unit - Move (Picked unit) instantly to (Center of Arena spawn 2 <gen>))
Unit Group - Pick every unit in (Units in (Entire map)) and do (Actions)
Loop - Actions
Unit - Pause all units
Unit Group - Pick every unit in (Units in Region 013 <gen>) and do (Actions)
Loop - Actions
Unit - Unpause all units
Unit Group - Pick every unit in (Units in Region 013 <gen>) and do (Unit - Unpause (Picked unit))
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - Set the camera bounds for (Picked player) to Region 013 <gen>
Trigger - Turn on Remove summoned units <gen>
Trigger - Turn on End Duell <gen>
And it works youst fine.
And here's what's gonna happen when there's only one hero left in the arena.
Add gold to the owner of the hero, teleport the hero to owner of hero
Plz answer fast. I need this for my new version of my map