The Dink Network

Reply to Re: the death of a 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:
 
 
June 9th 2003, 02:37 AM
fairy.gif
glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
well... if you use the if statment
if (&story == 0)
}
say("bla bla.", 1);
&story = 1;
{
if (&story == 1)
}
say("bla bla again.", 1);
{

well...the script will not actualy die but i have changed the story so dink said bla bla again now if you make the story to equal to 2 in another script then dink wouldnt say somthing when you enter that screen

i hope that helps a litle bit