- Joined
- May 1, 2009
- Messages
- 215
I have a unit that I want to have increased damage based upon the unit that is "piloting" it. That works fine, it's simply removing the buff that's difficult.
What's the way to detect a unit is unloading a unit without using the unload ability? (even with "no target" being in the events)
-
Events
-
Unit - A unit is issued an order targeting a point
-
Unit - A unit is issued an order with no target
-
-
Conditions
-
Issued Order Equal to (Order(unload))
-
Tank Equal to (unit type of ordered unit)
-
-
Actions
-
Remove Inner Fire from ordered unit
-
What's the way to detect a unit is unloading a unit without using the unload ability? (even with "no target" being in the events)