- Joined
- Aug 3, 2004
- Messages
- 2,906
I have this trigger and no effect is created or action is taken.
-
Barriers
-
Events
-
Destructible - A destructible within (Playable map area) dies
-
-
Conditions
-
(Destructible-type of (Dying destructible)) Equal to Barrier Holder
-
-
Actions
-
Set TempLoc14 = (Position of (Dying destructible))
-
Special Effect - Create a special effect at TempLoc14 using Abilities\Spells\Human\ReviveHuman\ReviveHuman.mdl
-
Special Effect - Destroy (Last created special effect)
-
Destructible - Pick every destructible within 2000.00 of TempLoc14 and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Destructible-type of (Picked destructible)) Equal to Barrier
-
-
Then - Actions
-
Destructible - Kill (Picked destructible)
-
-
Else - Actions
-
-
-
-
Custom script: call RemoveLocation (udg_TempLoc14)
-
-