On Sun, 2 Feb 1997, Anthony J rye wrote:
> umm just taking a shot at the breeze here but in line 1083 i think
> of comm.c
>
> if (t->character); GET_LEVEL=LVL_IMP
> proc_color(i, (clr(t->character blah blah
>
> does anyone think that may work? i dont know man to be honest just thought
> i would atleast try to help ya out. *shrug*
Well, no, that uh, won't work. Maybe:
if (t->character && GET_LEVEL(t->character) == LVL_IMPL)
proc_color(....);
Fill in the blanks for "....".
--
Daniel Koepke
dkoepke@california.com
Forgive me father, for I am sin.
+-----------------------------------------------------------+
| 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