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, 11:59 AM
duckdie.gif
I always thought of myself as an inteligent person. I live in a country where the way I speak and write in English deserves an A+. I can also handle many computer problems analyze them and find solutions. But scripting is something beyond my abilities. Now...

I compared my script (the one with the if statement) with the poster script from dink source, I am using programs such as CEdit or EasyDinkC. Still however my problem remained unsolved! This is how the dang script looks like:

void main(void)

{

}

void talk(void);

{

freeze(1);

if (&story == 1);

{

\Conversation is in here

unfreeze(1);

&story = 2;

return;

}

if (&story == 2);

{

return;

}

// And that's it!

HELP!!!!!!!!!!!!!!!!!

(How come I always end my post with the same word ?)