Reply to Re: CHANGEING VISIONS WONT WORK!!!! ~.~
If you don't have an account, just leave the password field blank.
To change the vision you do it like this:
void main(void) (
&vision = 1;
}
You could also make the vision change based upon the global story variable.
if ($story == 3) (
&vision = 1;
) else (
&vision = 0;
)
void main(void) (
&vision = 1;
}
You could also make the vision change based upon the global story variable.
if ($story == 3) (
&vision = 1;
) else (
&vision = 0;
)