Wait:

1/16 second
1/8 second
1/4 second
1/2 second
3/4 second
1 second
2 seconds
3 seconds
4 seconds
5 seconds

Customize Wait:

wait time
tics seconds


Use this where you want to create a pause in your script.

Since the script is read like a book, from top down, place it exactly where you want it to wait.

For example, if you have a script that gives a tip that says "something wicked this way comes.", and you want to make it pause for 4 seconds before going to the next line to spawn a Cyberdemon, add wait 4 after the tip, but before the spawnthing functions.