sentrywiz
S
sentrywiz
I have a unit without attack. he gains an "attack" spell, that i wish to be cast when a player "right clicks" an enemy unit.
Here's the trigger, but it causes a crash each time. idk what's wrong.
Here's the trigger, but it causes a crash each time. idk what's wrong.
-
test attack
-
Events
- Unit - A unit Is issued an order targeting an object
-
Conditions
- ((Target unit of issued order) belongs to an enemy of (Owner of (Ordered unit))) Equal to True
-
Actions
- Unit - Order (Ordered unit) to Night Elf Druid Of The Talon - Faerie Fire (Target unit of issued order)
-
Events