I am trying to make a text box appear on screen, which is working successfully. However, i am trying to make letters appear, one after the other, in the box, making it look as if the letters are being typed in. This works also, but the problem i have with it is that when i use sleep(1), it types too slowly.
Does anyone know how to make it type faster, without it all appearing immediately? (Decimals dont work, and any number <= 0 in sleep makes it appear immediately.)
