Re: [CODE] showstats command help

From: Bill Pascoe (wspascoe@bellsouth.net)
Date: 01/23/03


  send_to_char(ch," Your stats are: \r\n");
  send_to_char(ch," Str: %2d / %-3d\r\n", GET_STR(ch), GET_ADD(ch));
 ---snip---
shouldnt it be
send_to_char(ch," Str: %2d / %-3d\r\n", GET_STR(ch), GET_STR_ADD(ch));

_________________________________________________________________
The new MSN 8: smart spam 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