The Dink Network

JonSultar's Profile

2002-07-26 11:59:20
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 ?)