1999Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] an idea..wondering if this has been done -->
<!--X-From-R13: "Rnivq Praargg" <qqgNqvfpjbeyq.vzntvanel.pbz> -->
<!--X-Date: Thu, 15 Jul 1999 17:43:04 &#45;0700 -->
<!--X-Message-Id: 199907151518130488.47D9AFFF#discworld,imaginary.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 6e65b385.24beb2ea#aol,com -->
<!--X-Reference: 003201beceee$fd6efc00$03000004#asmrb,org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] an idea..wondering if this has been done</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ddt#discworld,imaginary.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="msg00917.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00919.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00912.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00915.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00918">Author</A>
&nbsp;|&nbsp;<A HREF="#00918">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00918">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] an idea..wondering if this has been done</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>: Re: [MUD-Dev] an idea..wondering if this has been done</LI>
<LI><em>From</em>: "David Bennett" &lt;<A HREF="mailto:ddt#discworld,imaginary.com">ddt#discworld,imaginary.com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 15 Jul 1999 15:18:13 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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 7/15/99, at 11:21 AM, Christopher Allen - GM Fangs wrote: 

&gt;It is difficult to do this with verbs that have effects on objects, but we
&gt;have created a 'verb editor' using XML for socials in the Skotos lib that
&gt;allows a wizard to add quite complex socials.

Hmmm...  Interesting...

On Discworld I did this instead:
(roll
  (pattern "&lt;indirect:any-living&gt;")
  (pattern "&lt;string&gt;")
  (pattern "&lt;string&gt; &lt;indirect:any-living&gt;")
  (pattern "&lt;indirect:any-living&gt; &lt;string&gt;")
  (single
    (arguments
      (arguments around on the floor laughing,up into a paper to be
delivered,
                 up into a ball,over and plays dead,sideways,backwards,
                 professionally,like a spy through an imaginary door,
                 fearfully,tightly,slowly,a joint)
      (self "You roll $arg$.")
      (rest "$mcname$ rolls $arg$.")
    )
    (arguments
       (arguments eyes,own cigarette)
       (self "You roll your $arg$.")
       (rest "$mcname$ rolls $mposs$ $arg$.")
    )
  )
  (targeted
    (no-arguments
      (self   "You roll over $hcname$.")
      (target "$mcname$ rolls over you.")
      (rest  "$mcname$ rolls over $hcname$.")
    )
    (arguments
      (arguments  quickly,slowly,painfully,excitedly,lovingly,carefully)
      (self   "You roll $arg$ over $hcname$.")
      (target "$mcname$ rolls $arg$ over you.")
      (rest  "$mcname$ rolls $arg$ over $hcname$.")
    )
  )
)


Where it selects an output pattern based on the argument you give it.  It
also specifies the pattens used to trigger the soul.

Good luck!
David.



_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00908" HREF="msg00908.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></STRONG>
<UL><LI><EM>From:</EM> Willowreed#aol,com</LI></UL></LI>
<LI><STRONG><A NAME="00912" HREF="msg00912.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></STRONG>
<UL><LI><EM>From:</EM> "Christopher Allen - GM Fangs" &lt;GMFangs#ASMRB,ORG&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00917.html">Re: [MUD-Dev] Technical programming question (circular buffers &amp; logging)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00919.html">[MUD-Dev] bytecode results</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00912.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00915.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00918"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00918"><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] an idea..wondering if this has been done</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00907" HREF="msg00907.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Thu 15 Jul 1999, 03:03 GMT
</LI>
<LI><strong><A NAME="00913" HREF="msg00913.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
Christopher Allen - GM Fangs <a href="mailto:GMFangs#ASMRB,ORG">GMFangs#ASMRB,ORG</a>, Thu 15 Jul 1999, 19:07 GMT
</LI>
<LI><strong><A NAME="00908" HREF="msg00908.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
Willowreed <a href="mailto:Willowreed#aol,com">Willowreed#aol,com</a>, Thu 15 Jul 1999, 04:07 GMT
<UL>
<LI><strong><A NAME="00912" HREF="msg00912.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
Christopher Allen - GM Fangs <a href="mailto:GMFangs#ASMRB,ORG">GMFangs#ASMRB,ORG</a>, Thu 15 Jul 1999, 19:06 GMT
<UL>
<LI><strong><A NAME="00918" HREF="msg00918.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
David Bennett <a href="mailto:ddt#discworld,imaginary.com">ddt#discworld,imaginary.com</a>, Fri 16 Jul 1999, 00:43 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00915" HREF="msg00915.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
Willowreed <a href="mailto:Willowreed#aol,com">Willowreed#aol,com</a>, Thu 15 Jul 1999, 22:05 GMT
</LI>
<LI><strong><A NAME="00928" HREF="msg00928.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:bruce#cybersight,com">bruce#cybersight,com</a>, Fri 16 Jul 1999, 22:35 GMT
<UL>
<LI><strong><A NAME="00929" HREF="msg00929.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
Joey Hess <a href="mailto:joey#kitenet,net">joey#kitenet,net</a>, Sat 17 Jul 1999, 02:56 GMT
<UL>
<LI><strong><A NAME="00931" HREF="msg00931.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>, 
bruce <a href="mailto:bruce#puremagic,com">bruce#puremagic,com</a>, Mon 19 Jul 1999, 16:47 GMT
</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>