MOO-cows Mailing List Archive

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

RE: Appropriate communication



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);

This is good enough for Lambda, where I just want to encourage people to
whisper to me when they are standing right next to me.  Other solutions are
more appropriate to my MOO.

Thank you, all, who have helped with this question.
-Fi

----------
From: 	slayer@kaiwan.com[SMTP:slayer@kaiwan.com]
Sent: 	Friday, July 19, 1996 11:56 AM
To: 	Fiona McCrae; 'MOO Cows Mailing List'
Subject: 	Re: Appropriate communication

if (player.location==this.location)
player:tell("Please use say or whisper instead.");
return 0;
else
return pass(@args);
endif




Follow-Ups:

Home | Subject Index | Thread Index