The Dink Network

Reply to Re: Globals and the if statement

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:
 
 
July 26th 2002, 03:41 PM
wizardg.gif
Paul
Peasant He/Him United States
 
: void main(void)

: {

: }

: void talk(void);

: {

: freeze(1);

: if (&story == 1);

Here's you're problem. If statments shouldn't have ;s after them. void talk(void); shouldn't either for that matter, but I'm not sure that one cases provlems. Putting it after if will.