Reply to Re: Help!This can't work!
If you don't have an account, just leave the password field blank.
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.",¤t_sprite);
}
if (&story == 1)
{
say_stop("`3Is it the well?",¤t_sprite);
wait(250);
say_stop("Yes.",1);
wait(250);
say_stop("`3I knew it.",¤t_sprite);
&story = 2;
}
}
void hit(void)
{
say_stop("`3Don't hit me!",¤t_sprite);
}
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.",¤t_sprite);
}
if (&story == 1)
{
say_stop("`3Is it the well?",¤t_sprite);
wait(250);
say_stop("Yes.",1);
wait(250);
say_stop("`3I knew it.",¤t_sprite);
&story = 2;
}
}
void hit(void)
{
say_stop("`3Don't hit me!",¤t_sprite);
}






