This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

I'm just stupid!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]