The Dink Network

Reply to Re: Wait command

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 10th 2009, 12:00 PM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
From my DinkC Reference book:

void wait(int period);

wait will cause the current script to pause at least period milliseconds before continuing.


1000 milliseconds = 1 second, so...I dunno.