Trigger - How do i make units attack move to a single unit?
How do i make units attack move to a single unit on spawn? i can do the trigger that creates the units but how do i make the attack move with a trigger?
Not really. That would be targetting a unit. Attacking the unit. He said attack moce. This is Issue Order Targeting a Point- Order (unit) to attack move to position of last created unit
ThaPokemonMastaAttack moving to a single unit doesn't make sense, unless there's only 1 enemy unit in the area.
Attack move generally means "Move to this area, attack along the way (and generally means the closest unit)".
It's kind of like saying "I want to auto cast slow on a specific unit"
no need to mock him.
Now, what you must do is make a trigger which does the following:
Events: Every 0.1 seconds of the game Conditions: none Actions: Center region (unitlocation) on unit - your unit
Then issue order to the attacking units to attack-move to that location, which will be placed on the unit under attack every 0,1 second. (making the location follow it when it moves.)