On Sat, 19 Sep 1998, Phillip A. Ames wrote: >[Engineer aboard the White Star] > [Satai of Grey Council] [Entil'Za aboard the White Star] (cloaked) > Listing of the Gods > -=-=-=-=-=-=-=-=-=-=- >[ Q ] Gowron the Implementor (AFK) [...] > sprintf(buf, "%s [%s of %s]", > buf, > clan[clan_num].rank_name[GET_CLAN_RANK(tch) -1], > clan[clan_num].name); [...] >... and below all that is the 'if flagged this, then display this' >stuff... Anyone run into a problem like this before? Thanks, The code is building up the string 'buf'. You're probably using send_to_char() directly for those flags which causes them to be sent immedaitely instead of queued in 'buf'. -- George Greer, greerga@circlemud.org | Genius may have its limitations, but http://mouse.van.ml.org/ (mostly) | stupidity is not thus handicapped. http://www.van.ml.org/CircleMUD/ | -- Elbert Hubbard +------------------------------------------------------------+ | 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