- When the caster jumps
- When the caster lands
Event OnEffectStart(aCaster, aTarget)RegisterForAnimationEvent(aCaster, "Jump")EndEventEvent OnAnimationEvent(aCaster, sEvent)if (sEvent == "Jump");Do shizzleendifEndEvent
The script compiles fine and works, but, the animation event never fires. I've tried a few permutations... "Jump", "ActionJump" "EventJump" but to no effect - What are the ACTUAL event names I need to use for "jump" and "land", is there a list somewhere? - or is my syntax up the wazoo?