Reply to Re: Void die bugs.
If you don't have an account, just leave the password field blank.
Don't forget to add: kill_this_task(); (This is needed because otherwise the script won't terminate and go on and use computer resources.)
So the full script would be:
So the full script would be:
void die(void)
{
freeze(1);
say_stop("Bla bla bla", 1);
unfreeze(1);
kill_this_task();
}





