I have 2 teams. If a hero dies, I need him revived at his team's graveyard.
-
Death
-
Events
- Unit - A unit Dies
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Triggering unit) is A Hero) Equal to True
-
Then - Actions
- Game - Display to (All players) for 10.00 seconds the text: ((Proper name of (Triggering unit)) + has been killed and will respawn in 30 seconds!)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
-
Then - Actions
- Wait 30.00 game-time seconds
- Hero - Instantly revive (Dying unit) at (Center of (Playable map area)), Show revival graphics
- Else - Actions
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events