Re: [NEWBIE]

From: Jon A. Nielsen (nikolai@MONTANA.COM)
Date: 05/09/98


On Sat, 9 May 1998, Travis M. Fuller wrote:

->if (GET_LEVEL(ch)>=10)
->   sprintf(buf, "Str: [%d/%d]  Int: [%d]  Wis: [%d]  "
sprintf will replace what is in buf already ("  You are %d...") with
what you have as the second argument. Try strcat (see the "It's your
birthday" section of your code there) or do sprintf(buf, "%s...", buf).

Jon Nielsen
nikolai@montana.com

"Where once was many, few now stand. The best and the brightest,
remaining steadfast in the face of the relentless enemy called
Reality. It's sweet embrace giving oblivion to those foolish enough
to step into it."
- Troy McLeod


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST