MOO-cows Mailing List Archive

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

RE: Appropriate communication





On Sun, 21 Jul 1996, Fiona McCrae wrote:

> Oddly enough, doing this still informs the sending player that I received their
> page.
> 
> ">Page Fionaa Hello."
> "Please use say or whisper instead."
> "Fionaa has received your page."
> 
> I've modified it so I still get whatever they are saying.
> 
> if (player.location==this.location)
> player:tell("Please use say or whisper instead.");
> endif
> return pass(@args);
> 

Note in the other peoples posts the return 0; after the tell. This will 
tell the verb to stop executing. If you don't put the return in, the verb 
will continue to execute normally after the code you have added.

Grady  (aka. Het)


References:

Home | Subject Index | Thread Index