> Im looking for a immtitle commad where imms can change the text in the
> [Implementor] flag.next to there name. Is the code out there?
this was extremely easy to do..just copy the title code, and change your
do_who to use the GET_HEADER(ch) (what i called it) instead of
"Implementor"..like so:
case LVL_IMPL:
if (!GET_HEADER(wch))
sprintf(wizlev, "* Implementor *");
else
sprintf(wizlev, GET_HEADER(wch));
break;
siv
+------------------------------------------------------------+
| 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