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.
for the sign do that
void talk( void )
{
say("The Witch!.",1);
wait(500);
wait(500);
say("`3Learn Magic!", ¤t_sprite);
wait(500);
wait(500);
say("She Lives to the south.",1);
wait(500);
wait(500);
}
void hit( void )
{
say_stop("`3Big man hits the sign.", ¤t_sprite);
}
void talk( void )
{
say("The Witch!.",1);
wait(500);
wait(500);
say("`3Learn Magic!", ¤t_sprite);
wait(500);
wait(500);
say("She Lives to the south.",1);
wait(500);
wait(500);
}
void hit( void )
{
say_stop("`3Big man hits the sign.", ¤t_sprite);
}