A player hero died will revive in a certain place/location to instantly revive
and also
and also
-
team 1 small
-
Events
-
Unit - A unit enters warden selection <gen>
-
-
Conditions
-
(Owner of (Entering unit)) Equal to Player 1 (Red)
-
(Unit-type of (Entering unit)) Equal to Soul
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Owner of (Picked unit)) is in Group_Player) Equal to True
-
-
Then - Actions
-
Unit - Create 1 Warden for (Owner of (Entering unit)) at (Center of hero spawn team 1 2 3 <gen>) facing Default building facing degrees
-
-
Else - Actions
-
Unit - Create 1 Warden for (Owner of (Entering unit)) at (Center of hero spawn team 4 5 6 <gen>) facing Default building facing degrees
-
Unit - Remove (Entering unit) from the game
-
-
-
-