[Circle] [code][boggle]

From: invincibill (long@hercules.ntsource.com)
Date: 11/15/96


hmmm..this is more of a coding prob I THINK.  here is what i got.

i'm modifying my do_who to print IMP, LGOD etc when you type who.
i have declared one extra char ptr.

char *lvl_cl;       *at the beginning of the do_who func
snip--->

    if (GET_LEVEL(tch) >= LVL_IMMORT)
      switch (GET_LEVEL(tch))
         {
           case 100: lvl_cl="Immort";break;
           case 101: lvl_cl="Demi";break;
           case 102: lvl_cl="Diety";break;
           case 103: lvl_cl="LGod";break;
           case 104: lvl_cl="Hlpr";break;
           case 105: lvl_cl="MGod";break;
           case 106: lvl_cl="HCdr";break;
           case 107: lvl_cl="HBld";break;
           case 108: lvl_cl="Ambass";break;
           case 109: lvl_cl="HGod";break;
           case 110: lvl_cl="HMFIC";break;
         }
    else
+-----------------------------------------------------------+
| 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