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.
The scripts are correct, so the problem is somewhere else. I still don't get it why you put wait(500); there two times though, just use wait(1000);
..or use say_stop commands. That's much neater.
void talk(void)
{
freeze(1);
say_stop("The Witch!.", 1);
say_stop("`3Learn Magic!", ¤t_sprite);
say_stop("She Lives to the south.", 1);
unfreeze(1);
}

..or use say_stop commands. That's much neater.
void talk(void)
{
freeze(1);
say_stop("The Witch!.", 1);
say_stop("`3Learn Magic!", ¤t_sprite);
say_stop("She Lives to the south.", 1);
unfreeze(1);
}