[Trigger] Making a WinkWalked unit attack

Status
Not open for further replies.
are you sure you're referring to the correct and attacked unit ?
(print some text message like getting the unit name you are ordering).
Also maybe an unit which has windwalk active only consider attacking specific units, not area attack (i don't remember exactly what sort of attacks are available, i didn't open wc3 or the editor since years).
 
You can't reference the attacked unit (or any Event Response for that matter) after using a Wait.

The one exception is Triggering Unit, which is treated like a local variable and will remember the unit even after a Wait.

So replace Attacked Unit with Triggering Unit.
 
Status
Not open for further replies.
Back
Top