I assume you have one element of the array that is a block of text?
you can use find() and rewrite the string and reassign without whatever you find. you could use a combination of the left() and right() or maybe you can use replace()?
That's a good idea. Using the replace function works! I'm hoping to replace every line as it's presented in text, but for some reason I'm stuck in a text loop. The game keeps showing me the 2nd, and 3rd line of text instead of moving on the next line of dialogue as I've stacked every line in a single array.
Example: "hi there. how are you. what's that."