Reply to Re: i could use some help
If you don't have an account, just leave the password field blank.
From memory, need { } even when there's only one line if that line is setting a variable. ie
if (&count == 1)
{
&num = say_xy("&count second remaining",0,0);
}
else
{
&num = say_xy("&count seconds remaining",0,0);
}
if (&count == 1)
{
&num = say_xy("&count second remaining",0,0);
}
else
{
&num = say_xy("&count seconds remaining",0,0);
}