copy my lines:
color = ((PRF_FLAGGED(ch, PRF_COLOR_1) || PRF_FLAGGED(ch, PRF_COLOR_2))
? 1 : 0);
sprintf(i, "%s &X(&r%s&X)&w", PERS(vict, ch),
(perc >= 95 ? "unscathed" :
perc >= 75 ? "scratched" :
perc >= 50 ? "beaten-up" :
perc >= 25 ? "bloody" : "near death"));
note the subtle differences...
-Roger :)
>comm.c:964 color = (PRF_FLAGGED(ch, PRF_COLOR_1 || PRF_COLOR_2) ? 1 :
0);
>comm.c:1025 sprintf(i, "%s &X(&r%d&X)&w", PERS(vict, ch),
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
+------------------------------------------------------------+
| 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