public float GetVariable(string var)
 {
     return(character.GetVariable(var));
 }