Ok so right now im working on this map right but I'm not quite sure how to make a drag unit trigger. When I mean by drag unit I mean like if your like some distance away from you it will then move its self into your units range. Much like in majesty were when you select vigor spell it "drags along" like if it were fists for a unit. So im asking for help on how do you do such trigger/command?
An enemy units a couple square units away from you being pulled toward you? Well u can have a big location layer over your unit and a small location, then set the triggers as:
CON:
Enemy bring 1 units to location
ACT:
Order Enemy to move to small location
u can change it up how ever u like.
No i'm talking about the current player. Like I want an scv to be right beside the marine everytime it moves like lets say 3 matrix squares or so.
Well the easiest thing is to put Always>Move 'SCV' to 'Location' (being the location moving onto the marine)
You need 2 triggers: one to center the location over your marine, and a second one to move the scv to the marine when its not in that location.
QUOTE
You need 2 triggers: one to center the location over your marine, and a second one to move the scv to the marine when its not in that location.
Or one trigger that does it when the Marine leaves the location.