Magic and Reload animation

Pedro

Member
Is there a way to trigger a "reload" animation when the ability is set to magic?

I don't need the reload inventory logic as I'll handle that in my own code. I just want to trigger an animation that prevents them from casting a spell till it is done and then somehow issues an event or notifies a method when complete so the actual reload can take effect.
 
Magic does not have a reload type of functionality, but you could instead disable the Use ability using the state system when the item should not be used.
 
Top