void Start() { sentences = new Queue <string>(); theOrder = FindObjectOfType <OrtheManager>(); //StartCoroutine(timeDial()); InvokeRepeating("NextSentence", 3, 3); }
// Start is called before the first frame update void Start() { theChoice = FindObjectOfType <ChoiceManager>(); theorder = FindObjectOfType <OrtheManager>(); }