The Dink Network

Reply to Re: color changing text

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:
 
 
May 17th 2004, 03:45 AM
anon.gif
Happy-Lurker
Ghost They/Them
 
Just use a variable that holds an random value. Then use a couple of if-statements:

if (&random < 10)
{
say_stop("`&random Hello", 1)
} else
{
if (&random = 10)
{
say_stop("`%Hello", 1)
{ else
{
}
}

and go on and on and on