Hi, This is the code I use for displaying clan title without having to make any code modification each time a new clan is created. As always some #include "clan.h" or prototypes have to be included depending on where you put this piece of code. Mehdi Keddache (Heritsun on Eclipse of Fate eclipse.argy.com 7777) *********** It goes in do_who after the display of the title ******** *buf = '\0'; /*. Add the clan title to the title between []. Think about no allowing brakets in titles to prevent simulating clan titles .*/ if ((clan_num=find_clan_by_id(GET_CLAN(wch)))>=0&&clan_num<num_of_clans) { if(GET_CLAN_RANK(wch)>0) sprintf(buf, "%s [%s of %s]", buf, clan[clan_num].rank_name[GET_CLAN_RANK(wch) -1], clan[clan_num].name); else sprintf(buf, "%s [Applying to %s]", buf, clan[clan_num].name); } +-----------------------------------------------------------+ | 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