Making text wait to appear on the screen?

Is there any sort of code to where it delays the text from coming on the screen?
E.g a line of code prints; a few seconds later the next part of the code prints out
You could write a function that would take in a block of text and break it up and spit it out in chunks with a delay in between. Of course there's no function like that built in because it would be interpreted as a bug in most cases. Why would you want to do something like that anyway???
Topic archived. No new replies allowed.