public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* I'm just stupid!
@ 1999-09-29 18:13 Kris Powell
  1999-09-30 23:42 ` Kris Powell
  0 siblings, 1 reply; 2+ messages in thread
From: Kris Powell @ 1999-09-29 18:13 UTC (permalink / raw)
  To: cygwin

Can anybody help me with this parse error!  I can't seem to fix it (I=super 
newbie to all this, coding this mud while learning)
Here is the place where the parse is...

{
	    if (ch == victim)
	    {
		sprintf( buf1, "$n's %s %s $m%c",attack,vp,punct);
		sprintf( buf2, "Your %s %s you%c",attack,vp,punct);
	    }
	    else
	    {
	    	sprintf( buf1, "$n's %s %s $N%c",  attack, vp, punct );
	    	sprintf( buf2, "Your %s %s $N%c",  attack, vp, punct );
	    	sprintf( buf3, "$n's %s %s you%c", attack, vp, punct );
            }
                 else

           if (IS_SET(ch->act,PLR_AUTODAMAGE))
           {
            sprintf( buf1, "$n's %s %s $N%c",  attack, vp, punct );
            sprintf( buf2, "Your %s %s $N%c [%d]",  attack, vp, punct, dam 
);
            sprintf( buf3, "$n's %s %s you%c [%d]", attack, vp, punct, dam 
);
           }

       }
    }


please help!

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* I'm just stupid!
  1999-09-29 18:13 I'm just stupid! Kris Powell
@ 1999-09-30 23:42 ` Kris Powell
  0 siblings, 0 replies; 2+ messages in thread
From: Kris Powell @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin

Can anybody help me with this parse error!  I can't seem to fix it (I=super 
newbie to all this, coding this mud while learning)
Here is the place where the parse is...

{
	    if (ch == victim)
	    {
		sprintf( buf1, "$n's %s %s $m%c",attack,vp,punct);
		sprintf( buf2, "Your %s %s you%c",attack,vp,punct);
	    }
	    else
	    {
	    	sprintf( buf1, "$n's %s %s $N%c",  attack, vp, punct );
	    	sprintf( buf2, "Your %s %s $N%c",  attack, vp, punct );
	    	sprintf( buf3, "$n's %s %s you%c", attack, vp, punct );
            }
                 else

           if (IS_SET(ch->act,PLR_AUTODAMAGE))
           {
            sprintf( buf1, "$n's %s %s $N%c",  attack, vp, punct );
            sprintf( buf2, "Your %s %s $N%c [%d]",  attack, vp, punct, dam 
);
            sprintf( buf3, "$n's %s %s you%c [%d]", attack, vp, punct, dam 
);
           }

       }
    }


please help!

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-09-30 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-29 18:13 I'm just stupid! Kris Powell
1999-09-30 23:42 ` Kris Powell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).