| 08-19-2006, 02:43 PM | #1 |
How do refer to the unit being targeted by an ability when using Event- A unit finishes casting an ability I have tried "target unit of ability being cast", but that only works for BEGINS casting an ability |
| 08-19-2006, 04:16 PM | #2 |
I think it works for starts the effect of an ability as well. You'd have to save the target unit of ability being cast into a variable when the spell begins and then access it later when the spell ends. If there is a another way to do it, I don't know of it. |
| 08-21-2006, 02:56 PM | #3 |
How about "unit - a unit starts the effect of an ability" then you can use "target unit of ability being cast". Trigger: Spell target
Like this. If it is a big trigger i reccomend using a unit variable for the target. |
| 08-21-2006, 04:53 PM | #4 |
You can get the target by using the HandleVars/Tables system: Trigger: Trigger: SomeSpell
|
