- Joined
- Jan 25, 2011
- Messages
- 2,289
Heya.
I use this custom script when I want to add Locust to a unit.
I have a case where I need to add Locust to a stored unit.
uChest_Unit_Buffer <- unit variable
I get an error when saving this:
What do type when I want to use the unit variable instead of target of ability?
I use this custom script when I want to add Locust to a unit.
- Custom script: call UnitAddAbility( GetSpellTargetUnit(), 'Aloc' )
I have a case where I need to add Locust to a stored unit.
uChest_Unit_Buffer <- unit variable
I get an error when saving this:
- Custom script: call UnitAddAbility( GetuChest_Unit_Buffer(), 'Aloc' )
What do type when I want to use the unit variable instead of target of ability?