16 Mar, 2007, Conner wrote in the 21st comment:
Votes: 0
Oh, I like it, Sandi! Have you considered releasing it yet? :wink:
16 Mar, 2007, Sandi wrote in the 22nd comment:
Votes: 0
Searching for 'ch->pcdata->condition' yields 108 occurrences in 11 files. It would be one heck of a snippet. :)

Besides, it includes things like:
/* Another fine mess! What this one does is, is average the char's food values
* using the lowest one thrice to give the display a little more bounce - Fallon */
IS_NPC(ch) ? 99 :
( ch->pcdata->condition[COND_BULK] +
ch->pcdata->condition[COND_PROT] +
ch->pcdata->condition[COND_CARB] +
(( (ch->pcdata->condition[COND_BULK] <= ch->pcdata->condition[COND_PROT] ?
ch->pcdata->condition[COND_BULK] : ch->pcdata->condition[COND_PROT]) >=
ch->pcdata->condition[COND_CARB] ? ch->pcdata->condition[COND_CARB] :
(ch->pcdata->condition[COND_BULK] <= ch->pcdata->condition[COND_PROT] ?
ch->pcdata->condition[COND_BULK] : ch->pcdata->condition[COND_PROT]) ) * 2) ) / 5,

I'm not sure I'd want to support that. :)

But, thanks for the compliments, guys!
16 Mar, 2007, Cratylus wrote in the 23rd comment:
Votes: 0
*whistles the Ren & Stimpy "Log Song"*

-Crat
http://lpmuds.net/

(What rolls down stairs, alone or in pairs, runs over your neighbor's dog?)
16 Mar, 2007, Sandi wrote in the 24th comment:
Votes: 0
Hey! Who do you think you are? The Orginal Poster, or sumtin'?
18 Mar, 2007, Sandi wrote in the 25th comment:
Votes: 0
Okay, I sent you a log of Sorcha. Keep an eye out for it. They lose something without the color. :)
20.0/25