Reply to Re: help fudge
If you don't have an account, just leave the password field blank.
Create a global.
Then:
Then:
if (&globalnamehere == 1)
{
}
if (&globalnamehere == 0)
{
freeze(1);
say_stop("It's so epic outside here!", 1);
&globalnamehere = 1;
unfreeze(1);
}






