1999Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] an idea..wondering if this has been done -->
<!--X-From-R13: "Quevfgbcure Oyyra &#45; U[ Tnatf" <U[TnatfNOE[DP.ADU> -->
<!--X-Date: Thu, 15 Jul 1999 12:06:55 &#45;0700 -->
<!--X-Message-Id: 003201beceee$fd6efc00$03000004#asmrb,org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 6e65b385.24beb2ea#aol,com -->
<!--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:GMFangs#ASMRB,ORG">
</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="msg00911.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00913.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00908.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00918.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00912">Author</A>
&nbsp;|&nbsp;<A HREF="#00912">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00912">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>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev] an idea..wondering if this has been done</LI>
<LI><em>From</em>: "Christopher Allen - GM Fangs" &lt;<A HREF="mailto:GMFangs#ASMRB,ORG">GMFangs#ASMRB,ORG</A>&gt;</LI>
<LI><em>Date</em>: Thu, 15 Jul 1999 11:21:36 -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>
&lt;Willowreed#aol,com&gt;:
&gt; was looking at MOO programming in particular..the verbs and all.  maybe a
&gt; program that would allow moo-ers to program verbs using a sort of "verb
&gt; wizard."  i am talking about real newbies here....this way they could make
&gt; objects and play with them right off.
&gt;
&gt; not that this is something that everyone would want, nor is it something
that
&gt; wizards would all want or anything.  the idea was crawling in my mind and
i
&gt; am curious if such a thing exists :)

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

This is a pre-alpha example, but it give you the idea.


  &lt;verb third="accuses" verb="accuse"&gt;
   &lt;form form="AV"&gt;
      $Adv $Verb the world of something.
   &lt;/form&gt;
   &lt;form form="AVE"&gt;
      $Adv $Verb the world, $(Evoke).
   &lt;/form&gt;
   &lt;form form="AVO"&gt;
      $Adv $Verb $OName of something.
   &lt;/form&gt;
   &lt;form form="AVOE"/&gt;
   &lt;form form="V"&gt;
      $Verb the world of something.
   &lt;/form&gt;
   &lt;form form="VA"&gt;
      $Verb the world of something $Adv.
   &lt;/form&gt;
   &lt;form form="VE"&gt;
      $Verb the world, $(Evoke).
   &lt;/form&gt;
   &lt;form form="VO"&gt;
      $Verb $OName of something.
   &lt;/form&gt;
   &lt;form form="VOA"&gt;
      $Verb $OName of something $Adv.
   &lt;/form&gt;
   &lt;form form="VOAE"/&gt;
   &lt;form form="VOE"/&gt;
  &lt;/verb&gt;





_______________________________________________
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>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00918" HREF="msg00918.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></strong>
<ul compact><li><em>From:</em> "David Bennett" &lt;ddt#discworld,imaginary.com&gt;</li></ul>
</UL></LI></UL>
<!--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>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00911.html">Re: [MUD-Dev] Technical programming question (circular buffers &amp; logging)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00913.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00908.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00918.html">Re: [MUD-Dev] an idea..wondering if this has been done</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00912"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00912"><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><A NAME="00905" HREF="msg00905.html">[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, 02:53 GMT
<UL>
<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>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<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
</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>