Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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" 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 Content-Type: text/plain; format=flowed 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