I want to make the text print until it reaches a fullstop. Then it pauses for a second and then continues where it left off. I managed to make it register only the first fullstop, pauses and then ignore all other points. how to make it register all the fullstops in the text. I tried all kinds of things, even some illogical ones. Trigger once while true, every tick, make a function and call it somewhere else and I didn't succeed. Also, is it possible to make it pause when, for example, the cursor reaches the end of the line? I also wanted that when the entire text is printed, there would be a pause sufficient for reading - I tried to put some special character at the end of the text so that it would register the end and pause, but it didn't work.