Reply to Re: variables
If you don't have an account, just leave the password field blank.
DinkC has a completely different syntax from what you're trying to plug into it. To do what it looks like you're trying to do, try this:
if (&var == 3)
{
if (&temp == 4)
{
&story = 4;
}
}
if (&var == 3)
{
if (&temp == 4)
{
&story = 4;
}
}