1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Re: Verb binding -->
<!--X-From-R13: "nfura" <nfuraNcvkv.pbz> -->
<!--X-Date: from tacitus.globecomm.net [207.51.48.7] by mx3.ibm.net id 862030258.67736&#45;1 Sat Apr 26 04:50:58 1997 -->
<!--X-Message-Id: 199704260455.SAA18309#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]  Re: Verb binding</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="msg00240.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00242.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00296.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00266.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00241">Author</A>
&nbsp;|&nbsp;<A HREF="#00241">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00241">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Re: Verb binding</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]  Re: Verb binding</LI>
<LI><em>From</em>: "ashen" &lt;<A HREF="mailto:ashen#pixi,com">ashen#pixi,com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 25 Apr 1997 19:01:17 -1000</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

[apple tree situation: we want to pick an apple from tree,
 either with verb binding or a global 'pick' verb - how to do?]

: I handle with one of a few simple approaches:

: When an apple is picked, the verb only exists on the 
: tree-type apples, so that is matched.  The verb methods 
: then create a new apple of type non-tree which doesn't 
: have a "pick" verb, and hand that off to the user while 
: destructing the tree-apple.

the verb "pick" should be bound to the tree, IMO, not the
apple.  the tree object handles pick, which makes an apple
and gives it to the player.  or, if it's out of apples, it fails.
that leaves the player's global 'pick' free for such witticisms
as     return (random(2) ? "You pick your friends."
                                  : "You pick your nose.")

on a side note, what are some ideas for handling player 'give'
commands?  i like the point that one player shouldn't be able
to just GIVE another player a grenade, but i'm not coming up
with many alternative methods.
 1) Make players drop the item for the other to pick up.
    (icky - players won't like that at all)
 2) Players have an 'accepting' toggle for whether or not
    they accept given items from livings.
    (maybe?)
i definitely don't want to prompt them:
  Ashen offers an apple to you: do you accept?
  &gt; (Yes/No) ?
[Ugg-ugg attacks you! Not again! ;) ]

-John
ashen#pixi,com


</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="00266" HREF="msg00266.html">Re: [MUD-Dev]  Re: Verb binding</A></strong>
<ul compact><li><em>From:</em> clawrenc#cup,hp.com</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00240.html">Re: [MUD-Dev]  Re: Introduction</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00242.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00296.html">fd_set limitations</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00266.html">Re: [MUD-Dev]  Re: Verb binding</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00241"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00241"><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: MUD languages</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00270" HREF="msg00270.html">Re: [MUD-Dev]  Re: MUD languages</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 29 Apr 1997, 06:18 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00246" HREF="msg00246.html">Semaphores, Mutices, fd_sets</A></strong>, 
Greg Munt <a href="mailto:greg#uni-corn,demon.co.uk">greg#uni-corn,demon.co.uk</a>, Sat 26 Apr 1997, 22:58 GMT
<UL>
<LI><strong><A NAME="00269" HREF="msg00269.html">Re: [MUD-Dev]  Semaphores, Mutices, fd_sets</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 29 Apr 1997, 06:06 GMT
<UL>
<LI><strong><A NAME="00296" HREF="msg00296.html">fd_set limitations</A></strong>, 
Greg Munt <a href="mailto:greg#uni-corn,demon.co.uk">greg#uni-corn,demon.co.uk</a>, Wed 30 Apr 1997, 07:37 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00241" HREF="msg00241.html">Re: [MUD-Dev]  Re: Verb binding</A></strong>, 
ashen <a href="mailto:ashen#pixi,com">ashen#pixi,com</a>, Sat 26 Apr 1997, 11:50 GMT
<UL>
<LI><strong><A NAME="00266" HREF="msg00266.html">Re: [MUD-Dev]  Re: Verb binding</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 29 Apr 1997, 05:49 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00237" HREF="msg00237.html">Sendmail changes</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Sat 26 Apr 1997, 10:46 GMT
<LI><strong><A NAME="00234" HREF="msg00234.html">Re: [MUD-Dev]	Re: Verb binding</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 26 Apr 1997, 06:27 GMT
<UL>
<LI><strong><A NAME="00262" HREF="msg00262.html">Re: [MUD-Dev] Re: Verb binding</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Mon 28 Apr 1997, 23:43 GMT
</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>