> = search for this line * = add this line >void perform_tell(struct char_data *ch, struct char_data *vict, char *arg) >{ > send_to_char(CCRED(vict, C_NRM), vict); > sprintf(buf, "$n tells you, '%s'", arg); * arg = makedrunk(arg, ch); > act(buf, FALSE, ch, 0, vict, TO_VICT | TO_SLEEP); > send_to_char(CCNRM(vict, C_NRM), vict); > > if (PRF_FLAGGED(ch, PRF_NOREPEAT)) > send_to_char(OK, ch); > else { this should fix the drunk code... from the snippet page /Kardak +------------------------------------------------------------+ | 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