The Dink Network

Reply to Re: Fate of Destiny - Problems

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 24th 2012, 11:28 PM
wizardg.gif
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.