The Dink Network

Reply to Help!This can't work!

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:
 
 
July 8th 2009, 05:55 AM
knights.gif
pathfinder
Peasant He/Him China
I love hanging ON LINE without doing anything... 
I attached this script to a well,but when I tested it,the well just didn't talk to me! Can anyone tell me why is that?
script attached above:
void talk(void)
{
if (&story==0)
{
say_stop("`2Hey.",&current_sprite);
wait (250);
say_stop("Wow!A talking well!",1);
wait (250);
say_stop("`2What?Haven't you seen a well talked?",&current_sprite);
wait (250);
say_stop("Ummm...Yes.",1);
wait (250);
say_stop("`2dang£¡",&current_sprite);
wait (250);
say_stop("...",1);
wait (250);
say_stop("`2There is a stone,hit it.",&current_sprite);
wait (250);
say_stop("Fine.",1)
&story=1;
}
if (&story==1)
{
say_stop("`2Hit it!",&current_sprite);
}
if (&story==2)
{
say_stop("`2Well done.",&current_sprite);
wait (250);
say_stop("<sigh>",1);
&story=3;
}
if (&story==3)
{
say_stop("`2Hey.",&current_sprite);
wait (250);
say_stop("Hey.",1);
}
}
void hit(void)
{
say_stop("`2grrr!",&current_sprite);
}