Ok i have 2 locations inner location and outer location. What i want is when 1 of the units in the inner location move to the outer location. the trigger will order the unit in the outer location to move back to the inner location but it wont effect any unit that currently in the inner location.
well its easier with 1 location on each side of the inner one liek 1 on top one on bottom one on left one on right like
_._._._
|..........|
|..........|
|_._._._|
like this and then always order all units at top,bottom,sider,sidel move to middle.
Have you tried the move unit action?
i am trying to save trigger so 1 trigger on each side wont work. 2. I want it to order to move back not move unit. So can anyone please help me with this?
With a trigger limit of 1.7 million, you don't have to worry about too many triggers. The only way to do what you want, with multiple units, is surrounding it with 4 other locations and ordering units at each of those locations to move back.
CONDITION:
If Current player brings at least 1 (unit) to Location 2
ACTION:
Move Unit from Location 2 to Location 1
Preserve Trigger
Read his posts.
QUOTE
I want it to order to move back not move unit. So can anyone please help me with this?
Use the
Order action and tell it to move would be what your wanting no? I made a crapty map that demonstrats it if you wanna see. Don't forget to use preserve trigger if you want the trigger to stay active all game.
QUOTE
CONDITION:
If Current player brings at least 1 (unit) to Location 2
ACTION:
Move Unit from Location 2 to Location 1
Preserve Trigger
The problem with that is every unit is in location 2, so the trigger would effect every unit. What you need to do is have locations on the sides of location one and use the move unit / order unit action to move the unit back into location one.
Another way would be to have the same trigger for each player but that won't work if each player has more than two, if so, see above.
u could make the outter part high lvl elevation terrain and inner part low and check high level elevation for outter location and check low for inner location.
then u can just do always order to all men own by ___ at outter location move to inner.
what happen if all those marines are air? thanks alot for helping