Hi everyone
I would like to know the string of an Order ID...
When a unit is loaded into a boat for example:
it is: -load
When the loaded unit click on the ability to exit:
it is: -unloadall
But what is the order ID of a loaded unit wich exit by clicking on the loaded unit picture ?
and also do you have a script to display all order ID string from order made by an unit belonging to player1 ?
i tried:
the text show "The last order from unit was "
(empty string), it work for move, smart, attack, unloadall but don't work for other ability used and for the click on picture to unload....
I would like to know the string of an Order ID...
When a unit is loaded into a boat for example:
it is: -load
When the loaded unit click on the ability to exit:
it is: -unloadall
But what is the order ID of a loaded unit wich exit by clicking on the loaded unit picture ?
and also do you have a script to display all order ID string from order made by an unit belonging to player1 ?
i tried:
-
order display
-
Events
-
Unit - A unit Is issued an order targeting an object
-
Unit - A unit Is issued an order targeting a point
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
(Owner of (Ordered unit)) Equal to Player 1 (Red)
-
-
Actions
-
Game - Display to (All players) for 5.00 seconds the text: (The last order from unit was + (String((Current order of (Ordered unit)))))
-
-
the text show "The last order from unit was "
(empty string), it work for move, smart, attack, unloadall but don't work for other ability used and for the click on picture to unload....