Hi... I am trying to add a "Pre-Title" thing that says [HERO] "name" "title" That is basically the immortal thing... but in the mortal section. I added this code and compiled successfully Wizards++; + } else { + if (GET_LEVEL(wch) == 100) { + sprintf(Mort_buf, "%s[HERO] %s %s", Mort_buf, GET_NAME(wch), + GET_TITLE(wch)); } else { sprintf(Mort_buf, "%s[%2d %s/%s %s][%d] %s %s", Mort_buf, GET_LEVEL(wch), CLASS_ABBR(wch), RACE_ABBR(ch), buf, GET_CLAN(wch), GET_NAME(wch)$ Mortals++; my problem is that when a HERO typed "who" it doesn't show them as on the who list or even on the player logged on since boot time, or any of those things. Could someone help me on what to do to make it work? *I am a newbie coder so please try and explain it well* Thanks, Adam _____________________________________ / \ | IMP of The Savage Lands | | wiseguy@savage.mudservices.com | | | \_______________________________________/ Sticks and Stones will break your bones, but words shall kick your ass! +-----------------------------------------------------------+ | 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