- Joined
- Aug 12, 2007
- Messages
- 133
I need help triggering some flying units to land off when tehy attack ground uniuts, so they fly but require to get on the ground to fight
Events: I don't have a better idea.
Conditions: "Bomber Type Unit" is an dummy ability to help me identify multiple "bombers". I don't know how it works.
Actions: Hasn't functioned this far.
Please help me if you know.
-
Bomber Attack
-
Events
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
((Target unit of issued order) is A ground unit) Equal to True
-
(Level of Bomber Type Unit for (Ordered unit)) Equal to 1
-
-
Actions
-
Animation - Change (Attacking unit) flying height to 75.00 at 75.00
-
Unit - Add classification of A ground unit to (Ordered unit)
-
Unit - Remove classification of A flying unit from (Triggering unit)
-
Unit Group - Add (Ordered unit) to Bombers
-
-
Events: I don't have a better idea.
Conditions: "Bomber Type Unit" is an dummy ability to help me identify multiple "bombers". I don't know how it works.
Actions: Hasn't functioned this far.
-
Bombers flies off
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
((Triggering unit) is in Bombers) Equal to True
-
-
Actions
-
Animation - Change (Triggering unit) flying height to 300.00 at 75.00
-
Unit Group - Remove (Triggering unit) from Bombers
-
Unit - Remove classification of A ground unit from (Triggering unit)
-
Unit - Add classification of A flying unit to (Ordered unit)
-
-
Please help me if you know.