public void SetVariable(string var, float value, float frameCount, float easing)
 {
     character.SetVariable(var, value, frameCount, easing);
 }