*** mailer code ***
if (GET_FIGHTING(ch) {
sprintf(buf, "%s: %shp %sm %sv\r\n",
GET_NAME(GET_FIGHTING(ch)),
GET_HIT(GET_FIGHTING(ch)),
GET_MANA(GET_FIGHTING(ch)),
GET_MOVE(GET_FIGHTING(ch));
send_to_char(buf, ch);
}
I presume you want this in do_stat_char? well looking through that
function is all you need to do to figure it out. This is simple stuff.
- Ben
+------------------------------------------------------------+
| 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 : 12/15/00 PST