The Dink Network

Reply to That script is wrong!!!

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:
 
 
February 1st 2003, 11:08 AM
old.gif
PUT

if ( &story == 5 )

{

blablabla...

goto end;

}

in void main(void)

and at the after the last line in main(void) add

END:

like this:

void main(void)

{

if ( &story == 5 )

{

//he talked already

goto end;

}

the text...

END:

}