Add pauses to text box typewriter effect?

I would not use $ as marker, you will have trouble with typing out dollars.
So something else, For eg #, and then number like #1.25 ie formatted to be same length, so you know after # there are 3 digits

Code would be not so complicated, when parsing string if you find marker # or $ you know next 3 characters are delay for this iteration, so you read them, change to float, and cut out of output string (or skip and do not add to output).

1 Like