The Dink Network

Reply to Re: 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, 06:27 AM
knights.gif
pathfinder
Peasant He/Him China
I love hanging ON LINE without doing anything... 
There is one more problem.
When I talked to the well then I talked to the stone,it just said "Is it the well?" to me and there is no more words from it.
This is the stone's script.
void talk(void)
{
if (&story != 1)
{
say_stop("`3I'm a tree.",&current_sprite);
}
if (&story == 1)
{
say_stop("`3Is it the well?",&current_sprite);
wait(250);
say_stop("Yes.",1);
wait(250);
say_stop("`3I knew it.",&current_sprite);
&story = 2;
}
}
void hit(void)
{
say_stop("`3Don't hit me!",&current_sprite);
}