- Joined
- Sep 22, 2019
- Messages
- 20
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMMV
If a Display Text is comprised of the message "This is a test" how would I save the current letter being drawn on screen into a string variable? For example, I would want the "s" to be saved into a string variable if it were at "This is" in the message. Every letter would have to be saved as the text is being drawn, not afterwards or before. The saved string needs to save each individual letter, symbol, or number as it's being drawn and then going on to the next until the message is done.