How do I make a typewriter system that was in games like Pokemon R&B and Earthbound, when the text was not completely reset, but deleted the first line from the top.
The problem is that I use the Animate Text plugin, which, according to the principle of operation, uses the same typewriter mechanism as the built-in property in C3, but as I noticed, the text that is printed is output in advance in the system, this can be seen in Debugger and therefore, under the condition in which I press the keyboard to continue printing, when deleting the top line, the words that have not been printed yet appear immediately. That is, the printing action does not work.
So here's how you can combine the Typewrite machine system and deleting the top row so that it works fine?