Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Abilities
Abilities
08-05-2003, 09:53 PM
#1
icerevenant
How do i make a trigger recognize the target of an ability?
08-05-2003, 10:07 PM
#2
Draco
Isn't there an event for 'becomes a target of an ability'? Then, just use the abilty condition to make sure it's the ability you want.
08-05-2003, 11:32 PM
#3
35263526
that doesnt work
You have to use the trigger Generic Unit is issued with an order targeting an object then use a condition stating that issued order = to (spells base ability)
Then you can use the target of issued order syntax
08-06-2003, 01:46 AM
#4
icerevenant
thnx