public void ChooseStance()
 {
     currentStance = RandomStance();
     textStance.GetComponent <TextMesh>().text = currentStance.ToString() + " Stance";
 }