Reply to Re: Maybe if you type real slow I will understand
If you don't have an account, just leave the password field blank.
***************************
void talk(void)
{
say_stop("Learn Magic", 1);
wait(250);
say_stop("See the Witch", 1);
wait(250);
say_stop("<She lives south of here>", 1);
}
void hit(void)
{
say_stop("`3Big man hits the sign!", ¤t_sprite);
wait(200);
say_stop("Shut up, you stupid sign!", 1);
}
***********************************
I can hit the sigh and get "big man hits sign" "Shut up, you stupid sign."
But I can't read it, no matter how often I hit space bar, I get "Huh?" "I don't see anything here." But I can't read the sign.
I made the sign hard - nada
I made the sign not hard - nada.
I removed the wall behind the sign - still nada.
I renamed the file - Nada.
I removed the void hit lines - still no void talk.
I tried every method you all suggested - what am I missing here?????
Now when I put void Hit above void talk part of my script then I get to read the sign, but then I can hit the sign over and over and nothing happens.
Does my sign need a brain? I have no brain for it.
Cheers
void talk(void)
{
say_stop("Learn Magic", 1);
wait(250);
say_stop("See the Witch", 1);
wait(250);
say_stop("<She lives south of here>", 1);
}
void hit(void)
{
say_stop("`3Big man hits the sign!", ¤t_sprite);
wait(200);
say_stop("Shut up, you stupid sign!", 1);
}
***********************************
I can hit the sigh and get "big man hits sign" "Shut up, you stupid sign."
But I can't read it, no matter how often I hit space bar, I get "Huh?" "I don't see anything here." But I can't read the sign.
I made the sign hard - nada
I made the sign not hard - nada.
I removed the wall behind the sign - still nada.
I renamed the file - Nada.
I removed the void hit lines - still no void talk.
I tried every method you all suggested - what am I missing here?????
Now when I put void Hit above void talk part of my script then I get to read the sign, but then I can hit the sign over and over and nothing happens.
Does my sign need a brain? I have no brain for it.
Cheers