www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/09/29/21:14:21

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <19990930011237.96735.qmail@hotmail.com>
X-Originating-IP: [209.197.0.19]
From: "Kris Powell" <raptorblue AT hotmail DOT com>
To: cygwin AT sourceware DOT cygnus DOT com
Subject: I'm just stupid!
Date: Thu, 30 Sep 1999 01:12:34 GMT
Mime-Version: 1.0

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 AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019