Add pauses to text box typewriter effect?

If you want have a random a delay between each character, you can do this:


If you want a longer pause between the sentences, you can just check if the character is a period, and if it is, use a longer delay.

Example