Reply to Re: Visions
If you don't have an account, just leave the password field blank.
brackets problem, pls write the script this way:
void main(void)
{
if(&story == 0)
{
&vision = 1;
}
if(&story == 10)
{
&vision = 0;
}
}
void main(void)
{
if(&story == 0)
{
&vision = 1;
}
if(&story == 10)
{
&vision = 0;
}
}