i dont have my trigger editor open right now but is there a trigger that Moves units from location A to location B? or is it more of create and kill thing? oh and i dont mean unit walking across to location B. i mean like teleported to location B via trigger.
You can create a trigger containing actions or an 'action definition' that does that, yes.
The action is "Move unit to point".
The simples version would gather all units in the first location in a unit group. Then iterate through all the units and move every unit to the center of the other location.
So it contains 2 or 3 lines and maybe some local variables.
i dont have my trigger editor open right now but is there a trigger that Moves units from location A to location B? or is it more of create and kill thing? oh and i dont mean unit walking across to location B. i mean like teleported to location B via trigger.
You can create a trigger containing actions or an 'action definition' that does that, yes.
The action is "Move unit to point".
The simples version would gather all units in the first location in a unit group. Then iterate through all the units and move every unit to the center of the other location.
So it contains 2 or 3 lines and maybe some local variables.
@Ahli634:
cool thanks :D