I have a small problem I am hoping someone can help me with. . .
after nearly completly redoing my score command, and compiling. . I get this
error in an area of the code that i didn't touch. .
unterminated character constant
although everything looks fine to me. .
switch (GET_POS(ch)) {
case POS_DEAD:
strcat(buf, "You are DEAD!\r\n");
break;
case POS_MORTALLYW:
strcat(buf, "You are mortally wounded! You should seek help!\r\n");
break;
case POS_INCAP:
strcat(buf, "You are incapacitated, slowly fading away...\r\n");
break;
case POS_STUNNED: /* ERROR POINTS HERE */
strcat(buf, "You are stunned! You can't move!\r\n");
break;
case POS_SLEEPING:
strcat(buf, "You are sleeping.\r\n");
break;
case POS_RESTING:
strcat(buf, "You are resting.\r\n");
break;
case POS_SITTING:
strcat(buf, "You are sitting.\r\n");
break;
any idea as to what could have caused this?
Thank you for your time,
Dennis a.k.a. Lazarus@imperial.palace.net:4024
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT