This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I've added a custom ability to the Dark Templar but it doesn't swipe its blade when the ability is executed. I how I add the attack animation to this ability?
@Zurom:
In the unit's actor events:
Abil.YourAbilityHere.SourcePrepStart AnimPlay Attack Attack
Solid! Thanks bro :)
I've added a custom ability to the Dark Templar but it doesn't swipe its blade when the ability is executed. I how I add the attack animation to this ability?
@Zurom:
In the unit's actor events:
Abil.YourAbilityHere.SourcePrepStart
AnimPlay Attack Attack
Solid! Thanks bro :)