Exemplo n.º 1
0
 public void StartDialog()
 {
     replId = 0;
     if (talkCanv == null)
     {
         _c           = characterctrl.it;
         talkCanv     = _c.answerObj;
         allAnswTexts = _c.answerTexts;
     }
     _c.talker = this;
     SetActiveButton(false);
     for (int i = 0; i < allAnswTexts.Length; i++)
     {
         textObjects[i] = allAnswTexts[i].gameObject;
     }
     NextTalking();
 }
Exemplo n.º 2
0
 void Start()
 {
     ctrl = characterctrl.it;
 }
Exemplo n.º 3
0
 void OnEnable()
 {
     me   = this;
     ctrl = characterctrl.it;
 }