Mail Archives: cygwin/1999/09/29/21:14:21
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 -