public string GetText() { if (currentNode == null) { return(""); } else { return(currentNode.GetDialogueText()); } }