The Dink Network

Reply to Thanks i will try it! ;-)

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:11 AM
milder.gif
Kory
Peasant He/Him Croatia
 
: 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:

: }