The Dink Network

Reply to Re: doh!

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 6th 2003, 12:31 PM
spike.gif
Dink runs all the text at once, since you don't have return; after you add 1 to the story...

You should do like this:

if(&stick==1)
{
&stick += 1;
say_stop("This stick will work, two more",1);
return;
}

if(&stick==2)
{
&stick += 1;
say_stop("Ok, one more should do it!",1);
return;
}

if(&stick==3)
{
&stick += 1;
say_stop("Now I'll try to start a fire in my house.",1);
return;
}