- Joined
- Apr 12, 2026
- Messages
- 18
Hi all, I want to use the below trigger (my UI is in Chinese so I can only write it here) to capture the event that a unit is ordered to move or attack-move:
Event
Unit - A unit Is issued an order targeting a point
Conditions
Or
(Issued order) Equal to (Order(attack))
(Issued order) Equal to (Order(move))
Actions
Blahblahblah
This can successfully capture attack move with A or move with M (no one really does that!), but not regular move with right click. Nor does changing issued order to current order help. How can I get a right click move order captured?
Event
Unit - A unit Is issued an order targeting a point
Conditions
Or
(Issued order) Equal to (Order(attack))
(Issued order) Equal to (Order(move))
Actions
Blahblahblah
This can successfully capture attack move with A or move with M (no one really does that!), but not regular move with right click. Nor does changing issued order to current order help. How can I get a right click move order captured?
