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 2nd 2007, 03:26 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
I'm not sure wait(); has any effect on how long your message will stay up. Perhaps if you wanted your message to stay up for awhile you could use two say_stop commands. So when one ends the other begins, thus making it stay up twice as long? Just like this.

say_stop("Blah", 1);
say_stop("Blah", 1);