Hey, i'm trying to make a trigger which is activated by a transport loading and unloading, but theres no unloading event to choose from. Is there/What is the best way to replicate this?
I've tried this:
But it doesn't seem to work.
Edit: Saw my mistake, it's a spell, not an order. If i could delete/lock the thread i would....
I've tried this:
-
Cargo Holder Copy
-
Events
- Unit - A unit Is issued an order targeting a point
-
Conditions
-
And - All (Conditions) are true
-
Conditions
- (Unit-type of (Triggering unit)) Equal to Cartel Armored Transport
- (Issued order) Equal to (Order((Name of Unload (Air Transports))))
-
Conditions
-
And - All (Conditions) are true
-
Actions
- Unit - Remove Transport Gun 1 from (Triggering unit)
-
Events
Edit: Saw my mistake, it's a spell, not an order. If i could delete/lock the thread i would....