Reply to Re: Fate of Destiny - Problems
If you don't have an account, just leave the password field blank.
The if (&story 6) shouldn't have a semi colon. Also, the checks need to have so sort of equation to them…
==
+=
-=
>=
<=
!=
I think those are the only ones.
So it can't just be if(&story 6)
It would have to be if(&story == 6)
Which would mean it only happens when the story is at 6.
==
+=
-=
>=
<=
!=
I think those are the only ones.
So it can't just be if(&story 6)
It would have to be if(&story == 6)
Which would mean it only happens when the story is at 6.