> From: Daniel Koepke <dkoepke@california.com> > > On Sun, 19 Jan 1997, Mark S. Reichman wrote: > > > /* sprintf(mesg,"%s%s%s",CCYEL(ch, C_NRM),mesg,CCNRM(ch, C_NRM)); */ > > Change to: > sprintf(buf, "%s%s%s", CCYEL(ch, C_NRM), mesg, CNRM(ch, C_NRM)); > > And at the top of the special add: > char buf[256]; > After you have done the above, change the variable 'ch' to 'tch' and then move the whole line into the for loop, right before the send_to_char(). And don't forget to change 'mesg' in send_to_char() to 'buf'. -Johan +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST