public void SetChoiceOnDialogSystem() { this.GetComponent <UnityEngine.UI.Text>().color = Color.white; DialogSystem.SetChoice(this.GetComponent <UnityEngine.UI.Text>().text); }