Proff-2010
Initiate
i added animation to the script, to when the caste of animals moved, but the animation does not work correctly in the video you can see how correct the what I did is wrong?
Spell.cs
public virtual void OnBeginCast()
{
if (Caster.Mounted)
Caster.Animate(24, 5, 1, true, false, 0);
}
Spell.cs
public virtual void OnBeginCast()
{
if (Caster.Mounted)
Caster.Animate(24, 5, 1, true, false, 0);
}