1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: Issues from the digests and Wout's list -->
<!--X-From-R13: Zvat <Y.Z.Zb&#45;94Nfghqrag.yhg.np.hx> -->
<!--X-Date: from tacitus.globecomm.net [207.51.48.7] by mx3.ibm.net id 861647669.52956&#45;1 Mon Apr 21 18:34:29 1997 -->
<!--X-Message-Id: Pine.SOL.3.95.970421192904.2504D&#45;100000@sun&#45;cc203 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199704210523.FAA204497#out2,ibm.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: Issues from the digests and Wout's list</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:K.L.Lo-94#student,lut.ac.uk">
</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="msg00173.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00175.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00173.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00188.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00174">Author</A>
&nbsp;|&nbsp;<A HREF="#00174">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00174">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: Issues from the digests and Wout's list</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: Multiple Recipients of MUD Design Mailing List &lt;<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>&gt;</LI>
<LI><em>Subject</em>: Re: Issues from the digests and Wout's list</LI>
<LI><em>From</em>: Ling &lt;<A HREF="mailto:K.L.Lo-94#student,lut.ac.uk">K.L.Lo-94#student,lut.ac.uk</A>&gt;</LI>
<LI><em>Date</em>: Mon, 21 Apr 1997 19:39:09 +0100 (BST)</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Chris G:]
&gt; One problem I've never satisfactorily answered for myself is that of
&gt; what order to do the checks in. If you have a verb 'plugh' that takes
&gt; a direct and an indirect object, there can be checks/modifiers for that
&gt; verb on the player, in the room, and on both objects. What is the best
&gt; order for calling them? Does it vary from verb to verb? My "generic"
&gt; verb handler code currently does: player, room, direct-object,
&gt; indirect-object. I can't swear that all specific verbs do that, however!

How LPs do it (soz, it's my upbringing, tell me to shut it if this annoys
you :) :

Each player has associated verbs to trigger on, the order the verbs are
checked is whichever was the newest verb to be added.  If I went into a
room with a cup with associated 'drink' verb, that will be checked first
before my character's default one is checked.  If, when I type drink, the
action returns a 1, no other verbs are checked, if it returns 0, then
the next verb is checked.  The failure message can be set so if all the
verbs return a 0, then that message is printed.

What do you mean by 'indirect object'?

About aliases:  Nathan said his system could do 'alias x shoot $target',
how about expanding this to 'alias x shoot %1{$target}', where if an
argument isn't given with x, $target is substituted in.

Another random thought:  How would you think players would respond if they
were by default, oriental?  With a very low chance of not being so (if
they chose human).  I've got a theme reason for this...

  |				"With my naked eyes I saw the falling"
_O_O_  Ling - Freshwater fish	 rain coming down on."


</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="00197" HREF="msg00197.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;nightfall#inficad,com&gt;</li></ul>
<li><strong><A NAME="00192" HREF="msg00192.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>
<ul compact><li><em>From:</em> Nathan Yospe &lt;yospe#hawaii,edu&gt;</li></ul>
<li><strong><A NAME="00189" HREF="msg00189.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>
<ul compact><li><em>From:</em> clawrenc#cup,hp.com</li></ul>
<li><strong><A NAME="00188" HREF="msg00188.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>
<ul compact><li><em>From:</em> Shawn Halpenny &lt;malachai#iname,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00173.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00175.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00173.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00188.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00174"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00174"><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]  Re: Issues from the digests and Wout's list</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00209" HREF="msg00209.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Fri 25 Apr 1997, 11:56 GMT
<UL>
<LI><strong><A NAME="00228" HREF="msg00228.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Sat 26 Apr 1997, 02:50 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00172" HREF="msg00172.html">Re: Issues from the digests and Wout's list</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Mon 21 Apr 1997, 10:37 GMT
</LI>
<LI><strong><A NAME="00173" HREF="msg00173.html">Re: Issues from the digests and Wout's list</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Mon 21 Apr 1997, 12:24 GMT
</LI>
<LI><strong><A NAME="00174" HREF="msg00174.html">Re: Issues from the digests and Wout's list</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lut.ac.uk">K.L.Lo-94#student,lut.ac.uk</a>, Tue 22 Apr 1997, 01:34 GMT
<UL>
<LI><strong><A NAME="00188" HREF="msg00188.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Wed 23 Apr 1997, 21:41 GMT
<UL>
<LI><strong><A NAME="00196" HREF="msg00196.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Thu 24 Apr 1997, 09:51 GMT
<UL>
<LI><strong><A NAME="00208" HREF="msg00208.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lut.ac.uk">K.L.Lo-94#student,lut.ac.uk</a>, Fri 25 Apr 1997, 11:08 GMT
<UL>
<LI><strong><A NAME="00225" HREF="msg00225.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Sat 26 Apr 1997, 01:58 GMT
</LI>
</UL>
</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>