• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Stop Unit Orders

Status
Not open for further replies.
Level 6
Joined
Jan 2, 2007
Messages
189
Alright, ive ran into a little problem =/
I wanted to have units controlled by their respective human players but the players cant control them (like move them, attack, etc). Ive tried several different things like change control of the units when u try to give them an order. I also tried to do something like this:
  • 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
  • Or - Any (Conditions) are true
    • Conditions
      • (Issued order) Equal to (Order(stop))
      • (Issued order) Equal to (Order(smart))
      • (Issued order) Equal to (Order(patrol))
      • (Issued order) Equal to (Order(holdposition))
      • (Issued order) Equal to (Order(move))
      • (Issued order) Equal to (Order(attack))
  • Actions
    • Unit - Order (Ordered unit) to Move To (Center of (Playable map area))
but when i do that the WE crashes. lol and i dont know why the player control switch doesnt work. it bugs and the WE crashes sometimes when i use it. Any suggestions?
Thx in advance
 
Status
Not open for further replies.
Top