Reply to Thanks i will try it! ;-)
If you don't have an account, just leave the password field blank.
: 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:
: }
: 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:
: }






