Hey everyone,
First and foremost I want to say that yes, I know of the older threads involving typewriter text and word wrapping. The thing is, they're all older topics and missing some crucial example files that I think could have helped me solve my issues with it. I found some example files which led me in the right direction, but I still can't quite get the hang of it. So I was hoping for a fresh perspective on it as I'm really struggling to understand how to do it properly.
The typewriter effect I refer to is the text you typically see in rpg games, kind of like it's being typed out as you read it. I have that down just fine. The problem is when the text being output goes on for more than one line. The text will keep writing out until a word overlaps the edge of the text box, and then bring it down to the next line. This doesn't necessarily sound bad on paper, but it looks really sloppy and gets hard to read in execution.
I have an attached an mfa to show you guys and example of what I have right now. I have followed a few different examples and still can't get the text to wrap properly as I'm having some trouble grasping how the code works.
Any ideas of what I am doing wrong? I appreciate any help at all!