- Joined
- Sep 24, 2007
- Messages
- 300
Help, I tried everything :/ (revive trigger)
After Hero is revived (Hero - Instantly revive revivingHERO[1] at (Position of Fountain 0075 <gen>), Hide revival graphics
), player loses control of it! You are still the owner of it, but you can't select it (yellow circle instead of green).
I tried selecting hero manualy and also unpausing. Nothing helps. I am out of ideas.
After Hero is revived (Hero - Instantly revive revivingHERO[1] at (Position of Fountain 0075 <gen>), Hide revival graphics
), player loses control of it! You are still the owner of it, but you can't select it (yellow circle instead of green).
I tried selecting hero manualy and also unpausing. Nothing helps. I am out of ideas.
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
reviveTIME[1] Equal to 0
-
-
Then - Actions
-
Hero - Instantly revive revivingHERO[1] at (Position of Fountain 0075 <gen>), Hide revival graphics
-
Camera - Apply human base cam <gen> for Player 1 (Red) over 0.00 seconds
-
Selection - Select revivingHERO[1] for Player 1 (Red)
-
Unit - Unpause revivingHERO[1]
-
Trigger - Turn off (This trigger)
-
-
Else - Actions
-
Multiboard - Set the text for (Last created multiboard) item in column 4, row 4 to (String((reviveTIME[1] - 1)))
-
Set reviveTIME[1] = (reviveTIME[1] - 1)
-
-