Reply to Re: script problem
If you don't have an account, just leave the password field blank.
And you don't have to script the 'nothing' part.
Just use the unfreeze(1); after the last if() statement, and not after every if(&result)
if (&result == 5);
{
say_stop(blah blah);
}
unfreeze(1);
Just use the unfreeze(1); after the last if() statement, and not after every if(&result)
if (&result == 5);
{
say_stop(blah blah);
}
unfreeze(1);