> Do you think there's a way to select text after a certain character?
Not sure I understand the question. Do you mean highlight text after some tag?
Oh sorry let me explain. I need to delete the first sentence after it's displayed, then move the rest of text to the next line of dialog.
By doing this I won't have to separate the text into individual XML/array lines. Rather then placing all the text I need into the first slot, then retrieving the next sentence.
Example:
text1: Hi there. What's up? Nice day today.
text2: 0
converted to
text1: 0
text2: What's up? Nice day today.