The Dink Network

Reply to Re: Wait value

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:
 
 
February 3rd 2007, 08:24 AM
spike.gif
You can set the time a message is displayed on the screen manually, something like

int &chomp = say("I'll chomp your head in ten seconds",1);
sp_kill(&chomp,10000);

Then you can use loops and wait_for_button commands to be able to skip it normally...

Maybe not.