public void OnGUI() { if (cCurrentChapter != null) { cTxtPrompt.text = cCurrentChapter.GetCurrentNode().sText; } }