1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Affordances and social method (Was: Re: Wi -->
<!--X-From-R13: Vbyyl Ebzzre <ufbzzreNzvpeb.gv.pbz> -->
<!--X-Date: Fri, 7 Aug 1998 14:42:52 &#45;0700 -->
<!--X-Message-Id: Pine.HPP.3.91.980807163054.967B&#45;100000#emu,micro.ti.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199808072122.OAA05508#under,engr.sgi.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Affordances and social method (Was: Re: Wi</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:hsommer#micro,ti.com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00542.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00544.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00542.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00544.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00543">Author</A>
&nbsp;|&nbsp;<A HREF="#00543">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00543">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Affordances and social method (Was: Re: Wi </LI>
<LI><em>From</em>: Holly Sommer &lt;<A HREF="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 7 Aug 1998 16:37:34 -0500 (CDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Fri, 7 Aug 1998, J C Lawrence wrote:

&gt; On Tue, 14 Jul 1998 03:46:36 -5 
&gt; Jon A Lambert&lt;jlsysinc#ix,netcom.com&gt; wrote:
&gt; 
&gt; &gt; Nod.  The availability of @gag did not prevent the Mr. Bungle
&gt; &gt; incident.  Nor would @gag or "squelch" affect third party
&gt; &gt; observation of such activity.
&gt; 
&gt; A thought:
&gt; 
&gt;   Many games have a concept of different volumes of speech, such that
&gt; a whisper is only heard by those close by, normal speech has further
&gt; propagation, and shouting can be heard over a wide area if not the
&gt; whole game.

And another... an "ignore" command, which works like #gag in tintin...

% Bubba leers at you.
% say Cut it out
  You say 'Cut it out'
% Bubba says 'How about you and me...?'
% ignore Bubba
  You are now ignoring anything having to do with Bubba.

From then on, you basically run into just (in perlspeak):

   # Where $person is the name in a list of ignored people
   if ($_ =~ /$person/) {
      $_ = "\n";
   }

This doesn't keep $person from attacking, stealing, or otherwise DOING 
things to you - and indeed, you'd want to modify the check so that you 
are notified of actions like that (else $person could steal you blind, or 
you'd be in combat, and not even know it), but it certainly gets around 
having to enture social dorks.

Also, you could chose to send a message back to Bubba like "Newman is 
ignoring you." for tells and emotes. This should get the message across.

-Holly


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00544" HREF="msg00544.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></strong>
<ul compact><li><em>From:</em> s001gmu#nova,wright.edu</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00542" HREF="msg00542.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00542.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00544.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00542.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00544.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00543"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00543"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: Affordances and  social method (Was: Re: Wi</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00241" HREF="msg00241.html">[MUD-Dev] Re: Affordances and  social method (Was: Re: Wi</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 17 Jul 1998, 03:07 GMT
<UL>
<LI><strong><A NAME="00243" HREF="msg00243.html">[MUD-Dev] Re: UBE/high: Re: Affordances and  social method (Was: Re: Wi</A></strong>, 
Dr. Cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Fri 17 Jul 1998, 19:48 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00202" HREF="msg00202.html">[MUD-Dev] Re: Affordances and  social method (Was: Re: Wi</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Tue 14 Jul 1998, 07:46 GMT
<UL>
<LI><strong><A NAME="00542" HREF="msg00542.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Fri 07 Aug 1998, 21:26 GMT
<UL>
<LI><strong><A NAME="00543" HREF="msg00543.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Fri 07 Aug 1998, 21:42 GMT
<UL>
<LI><strong><A NAME="00544" HREF="msg00544.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Fri 07 Aug 1998, 22:00 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00545" HREF="msg00545.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Fri 07 Aug 1998, 22:02 GMT
</LI>
<LI><strong><A NAME="00550" HREF="msg00550.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></strong>, 
Dan Shiovitz <a href="mailto:dbs#cs,wisc.edu">dbs#cs,wisc.edu</a>, Sat 08 Aug 1998, 02:59 GMT
<UL>
<LI><strong><A NAME="00552" HREF="msg00552.html">[MUD-Dev] Re: Affordances and social method (Was: Re: Wi</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sat 08 Aug 1998, 04:27 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>