I'm just stupid!

Kris Powell raptorblue@hotmail.com
Wed Sep 29 18:13:00 GMT 1999


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


More information about the Cygwin mailing list

AltStyle によって変換されたページ (->オリジナル) /