- Joined
- Jan 5, 2008
- Messages
- 145
This trigger works but when i set a rally point on a enemy structure it thinks its not a structure how can i fix this? heres the trigger
-
Rally Point Buildings ONLY
-
Events
-
Unit - A unit Finishes training a unit
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Rally-Point of (Triggering unit) as a unit) is A structure) Equal to True
-
-
Then - Actions
-
Game - Display to (Player group((Owner of (Trained unit)))) for 10.00 seconds the text: One of your buildin...
-
Cinematic - Ping minimap for (Player group((Owner of (Trained unit)))) at (Position of (Trained unit)) for 10.00 seconds
-
Camera - Pan camera for (Owner of (Trained unit)) to (Position of (Trained unit)) over 2.00 seconds
-
Unit - Remove (Trained unit) from the game
-
Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) + 1.00)
-
-
Else - Actions
-
Do nothing
-
-
-
-