Code: Select all
Conversation con = DialogueManager.masterDatabase.GetConversation(convoRef);
DialogueEntry ent = con.GetDialogueEntry(i+1);
reflectLabel[i].text = ent.DialogueText;
So what is the best method to run all inline lua commands on a provided string file? Or is there a way to get the processed string directly from the DialogueManager?