• 🏆 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!

Is it possible to queue unit move orders?

Status
Not open for further replies.
Level 19
Joined
Oct 12, 2007
Messages
1,821
I was wondering... If this was possible it would save me lots of code and time.

If you're playing a wc3 game, you can queue orders by using shift. I would like to be able to queue move orders like this, to make sure units move a certain path without having to use regions with enter/leave region triggers.

Is it possible to order a unit to move somewere as if shift was being held???
 
I haven't really looked into it a whole lot but:
http://www.thehelper.net/threads/anachrons-move-spawn-systems.129519/

Might be what you are looking for. It is a bit dated, but maybe it will work for you.

But to answer your question, no there is not a way to natively queue orders like the way they do in actual gameplay. It would be a neat system though.
 
Level 19
Joined
Oct 12, 2007
Messages
1,821
Gonna check that system out! Looks like a very useable system!
Thanks for recommending!
 
Status
Not open for further replies.
Top