• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Shift Order (GUI)

Status
Not open for further replies.
Level 11
Joined
Oct 20, 2007
Messages
342
As game, we can order a unit move to a point then shift right click to queue the action.
So the unit will move to the point, then move to second to the point.

But now, i need to use trigger to order unit move to a point, after arrive to a point, move to second point.
How Should i did it in GUI?

Point to move every time also not the same.
12 player needed for this trigger.
Any easy trigger to done this?
 
As game, we can order a unit move to a point then shift right click to queue the action.
So the unit will move to the point, then move to second to the point.

But now, i need to use trigger to order unit move to a point, after arrive to a point, move to second point.
How Should i did it in GUI?
maybe didnt understand this correctly but i give it a shot..

U need to jass this i think but, pooty allready made a system for this

https://www.hiveworkshop.com/forums/showthread.php?t=84857

and in order to use it in gui u do custom script e.g

  • call createPointTarget("move",GetLocationX(loc),GetLocationY(loc))
 
maybe didnt understand this correctly but i give it a shot..
you are right, sry for my broken english :xxd::xxd::xxd:

  • Custom script: call createPointTarget("move",GetLocationX(loc),GetLocationY(loc))
Now the problem is, the 1st action not same as the second action.
like example:
order unit move to a point then order unit build a building.

how should the trigger is?
 
Status
Not open for further replies.
Back
Top