1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Alright... IF your gonan do DESIESE... -->
<!--X-From-R13: "Vhvonv" <nfuraNcvkv.pbz> -->
<!--X-Date: from babe.globecomm.net [207.51.48.8] by in5.ibm.net id 867122002.55056&#45;1 Tue Jun 24 03:13:22 1997 CUT -->
<!--X-Message-Id: 199706240313.RAA20138#mail,pixi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ashen#pixi,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="msg01467.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01469.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01454.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01486.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01468">Author</A>
&nbsp;|&nbsp;<A HREF="#01468">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01468">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</LI>
<LI><em>From</em>: "Huibai" &lt;<A HREF="mailto:ashen#pixi,com">ashen#pixi,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 23 Jun 1997 17:19:21 -1000</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

:From: Nathan Yospe &lt;yospe#hawaii,edu&gt;
::Alex Oren wrote:
::# 'I saw Humperdink kill two dragons and an elderly lady!
::You say it.
::Bubba says 'No kidding!?'
::Boffo says 'The murderous rogue!  I knew she was no good...'
::The shopkeeper looks aghast in your direction and scurries inside.

:This sounds murderously impossible.

That's not impossible - I used to bullseye womprats in my
 T-16 back home!  (sorry, couldn't resist ;)

If you're not too worried about shabbiness... class Rumormonger
is a class of monster who checks in a catch_tell (scanning what
is said in the room) for Keywords (set array, usually just "killed"
or "died" and "hits").  Rumormonger attempts to match a subject
and object (such as "Humperdink killed Dragon" as output by the
actual action or 'i heard "humperdink killed kuato" last night...').
If he's got nothing on Humperdink, he stores Subject-Verb-Object
in one of 7 rumor spots, bumping the oldest off. 

No good for a complete rumor system, but if you want to confine
your rumors to just Rumormongers collecting &amp; formatting them,
then have anything else deal with their class, then catch_tell or
its equivalent in your language of choice isn't so expensive.

I don't want a complete rumor system, but consider this: class
Gossip is any town-living NPC who should report kills to the
sherriff.  Gossip is a Rumormonger looking for the game's tell
to the room ("X killed Y").  Once satisfied (Student catches:
'Humperdink killed Elderly lady'), he runs to the sherriff, reports
his Rumor (postpended with a room filename/coord) to the Law,
who dispatches an Investigation Team.  Clone the I-team into
the scene of the crime, slap a couple tells about yellow tape
and magnifying glasses.  If there's a corpse around, the rumor
is validated and a new Bounty goes up (for hunters or the town
police).  Of course, get rid of the body or the messenger, and
there is no crime. :}

-John

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01467.html">Re: [MUD-Dev] RP=MUSH/PG=MUD</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01469.html">Re: [MUD-Dev] Integrating PK</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01454.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01486.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01468"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01468"><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>Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01470" HREF="msg01470.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Tue 24 Jun 1997, 12:15 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="01430" HREF="msg01430.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Mon 23 Jun 1997, 02:31 GMT
<UL>
<LI><strong><A NAME="01440" HREF="msg01440.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Mon 23 Jun 1997, 08:20 GMT
<UL>
<LI><strong><A NAME="01454" HREF="msg01454.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Mon 23 Jun 1997, 22:17 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="01468" HREF="msg01468.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></strong>, 
Huibai <a href="mailto:ashen#pixi,com">ashen#pixi,com</a>, Tue 24 Jun 1997, 10:13 GMT
</LI>
<LI><strong><A NAME="01486" HREF="msg01486.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Wed 25 Jun 1997, 09:34 GMT
<UL>
<LI><strong><A NAME="01532" HREF="msg01532.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></strong>, 
Alex Oren <a href="mailto:alexo#bigfoot,com">alexo#bigfoot,com</a>, Thu 26 Jun 1997, 16:18 GMT
<UL>
<LI><strong><A NAME="01543" HREF="msg01543.html">[MUD-Dev] Mob AI</A></strong>, 
Brandon Cline <a href="mailto:brandon#merlin,sedona.net">brandon#merlin,sedona.net</a>, Fri 27 Jun 1997, 04:17 GMT
<UL>
<LI><strong><A NAME="01560" HREF="msg01560.html">Re: [MUD-Dev] Mob AI</A></strong>, 
Martin Keegan <a href="mailto:martin#cam,sri.com">martin#cam,sri.com</a>, Sat 28 Jun 1997, 01:29 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</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>