• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Query the unit order

Status
Not open for further replies.
Hi there
I want to know, how I can query the order of an ordered unit and to add this in an Order action?
Example:
  • test
    • Events
      • Unit - A unit Is issued an order targeting a point
    • Conditions
      • (Ordered unit) Equal to (MyUnit1)
    • Actions
      • Unit - Order (MyUnit2) to [Here the order of the issued order] MyRect)
The only thing I can choose from are the preset actions. (like move to...)
Now, how can I query the order of the unit issued order? Or it is impossible in GUI? I know, in WEU, you are able to add a string, but I want to make it in normal WE.

Thanks in advance!
 
Status
Not open for further replies.
Top