MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Appropriate communication



At 08:23 AM 7/19/96 PDT, you wrote:
>Is there any way to ensure that players cannot page other players that are
in the same room.  I want to encourage the use of say and whisper for that.
>
>Is there any way to do this for just my character on Lambda or other moos?

well, I'm not sure if you can do this without prog/wiz perms, but adding
this code around line 7 :

if (player.location==who.location)
  player:notify(tostr("You cannot page someone in the same room as you. \ 
        Please use say/whisper"));
  return;
endif

          --Juliean Galak (a.k.a. Falcon)

-------------------------------------------------------------------------------
| jg42@cornell.edu        | "I do not agree with a word you say, but I will   |
| galak@cs.cornell.edu    |  defend to the death your right to say it."       |
| falcon@cee.cornell.edu  |                      -- Francois Marie Voltaire   |
| #include <disclaimer.h> | "Imagination is more important than knowledge"    |
|-------------------------|			 -- Albert Einstein           |
| for PGP public-key and  |---------------------------------------------------|
| more quotes, finger: jg42@gerfalcon.resnet.cornell.edu               	      |
| WWW Page: http://www.cs.cornell.edu/Info/People/galak/                      |
-------------------------------------------------------------------------------





Home | Subject Index | Thread Index