- Joined
- Feb 1, 2024
- Messages
- 44
When my unit is cycloned, I can still right click ground so I want to trigger some event as I right click during cyclone, but the problem is right click on ground does not count as move or smart when a unit is cycloned. So this trigger will not run:
-
Events
-
Unit - A unit Is issued an order targeting a point
-
-
Conditions
-
(Issued order) Equal to (Order(move))
-
(Issued order) Equal to (Order(smart))
-
-
Actions
-
Game - Display to (All players) the text: move
-