Re: Anonymous code

From: Christian Duvall (chris@dp.net)
Date: 06/01/00


How tough could this really be? No offense but if you have you tried to
make the code on your own?

I will stop bitching and give you some help.

Make a player flag called PLR_ANON
ie #define PLR_ANON     (1 << 16)

Then go into do_who ( it is in act.informative.c if you werent aware ) and
where you see calls to  GET_NAME( tch ), etc. Make it
PLR_FLAGGED( tch, PLR_ANON ) ? "Anonymous" : GET_NAME( ch )

Then go into do_gen_tog

Add a new message to the end, add a new case.


The end.

-Xian
On Sun, 21 May 2000, Jan T. Pedersen wrote:

> Hi
> Anyone have a code snippet lying around to make an anonymous command so people can be anonymous on the who list ??
>
> -Jan
>
>
>      +------------------------------------------------------------+
>      | Ensure that you have read the CircleMUD Mailing List FAQ:  |
>      |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
>      +------------------------------------------------------------+
>


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/10/01 PDT