sentrywiz
S
sentrywiz
This question is related to another thread. L I N K
But now if i cast another spell that targets a unit, this trigger activates.
what can i do to it so it doesn't override any other spell cast?
i want the trigger to activate only when a player right clicks on an enemy unit
-
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
-
Trigger - Turn off (This trigger)
-
Unit - Order (Ordered unit) to Night Elf Druid Of The Talon - Faerie Fire (Target unit of issued order)
-
Trigger - Turn on (This trigger)
-
-
But now if i cast another spell that targets a unit, this trigger activates.
what can i do to it so it doesn't override any other spell cast?
i want the trigger to activate only when a player right clicks on an enemy unit