-
AutoFollow
-
Events
-
Unit - Any Unit construction progress is Completed
-
-
Local Variables
-
Constructor = (Empty unit group) <Unit Group>
-
Constructed = (Empty unit group) <Unit Group>
-
-
Conditions
-
Actions
-
General - If (Conditions) then do (Actions) else do (Actions)
-
If
-
Or
-
Conditions
-
(Unit type of (Triggering progress unit)) == Battlecruiser
-
(Unit type of (Triggering progress unit)) == Frigate
-
(Unit type of (Triggering progress unit)) == Cruiser
-
(Unit type of (Triggering progress unit)) == Wraith
-
(Unit type of (Triggering progress unit)) == Colony Ship
-
-
-
-
Then
-
Unit Group - Add (Triggering unit) to Constructor
-
Unit Group - Add (Triggering progress unit) to Constructed
-
Unit Group - Pick each unit in Constructed and do (Actions)
-
Actions
-
Unit - Order (Picked unit) to ( Move targeting (Unit 1 from Constructor)) (Replace Existing Orders)
-
Unit Group - Remove (Triggering unit) from Constructed
-
Unit Group - Remove (Triggering unit) from Constructor
-
-
-
-
Else
-
-
-
Heres another trigger friend made and also does not work.
-
Ability used
-
Events
-
Unit - Any Unit uses Colonize Planet at Generic6 - Complete stage (Ignore shared abilities)
-
-
Local Variables
-
Conditions
-
Actions
-
General - If (Conditions) then do (Actions) else do (Actions)
-
If
-
Or
-
Conditions
-
(Unit type of (Triggering ability target unit)) == PlanetM - Minerals - 5every 20sec
-
(Unit type of (Triggering ability target unit)) == PlanetML - Metal - 2every 12sec
-
(Unit type of (Triggering ability target unit)) == PlanetC - Crystal - 2every 15sec
-
(Unit type of (Triggering ability target unit)) == PlanetG - Gas - 5every 12sec
-
(Unit type of (Triggering ability target unit)) == PlanetH Homeworld
-
-
-
-
Then
-
Unit - Change ownership of (Triggering ability target unit) to player (Owner of (Triggering unit)) and Change Color
-
-
Else
-
-
-