No need to go through all that. In the snippet, there are a couple lines
like this:
sprintf(buf, "\r\nStr: [%d/%d] Int: [%d] Wis: [%d] Dex:"
" [%d] Con: [%d] Cha: [%d]",
Put them together on one line instead so that it looks like this:
sprintf(buf, "\r\nStr: [%d/%d] Int: [%d] Wis: [%d] Dex: [%d] Con: [%d]
Cha: [%d]",
Should work then.
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/26/03 PDT