Reply to Re: Another problem
If you don't have an account, just leave the password field blank.
and what is wrong with this?
void main (void)
{
freeze(1);
say_stop("What the hell?", 1);
wait(200);
unfreeze(1);
kill_this_task();
}
because I still get the message when i get back in the area
void main (void)
{
freeze(1);
say_stop("What the hell?", 1);
wait(200);
unfreeze(1);
kill_this_task();
}
because I still get the message when i get back in the area