The Dink Network

Reply to Re: A dragon spell script.

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:
 
 
October 10th 2007, 07:10 AM
dinkdead.gif
//create dragon, then:
//in script attached to dragon
int &rand = random(6, 1);
if (&rand <= 2)
{
//help
}
if (&rand >= 3)
{
//kill everything
}