1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: Verb binding -->
<!--X-From-R13: E001U[GNabin.jevtug.rqh -->
<!--X-Date: from babe.globecomm.net [207.51.48.8] by mx5.ibm.net id 862337288.157392&#45;1 Tue Apr 29 18:08:08 1997 -->
<!--X-Message-Id: 01IIA3WBFBYQ99F14T#nova,wright.edu -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: Verb binding</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:S001GMU#nova,wright.edu">
</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="msg00290.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00293.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00207.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00193.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00292">Author</A>
&nbsp;|&nbsp;<A HREF="#00292">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00292">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: Verb binding</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: Verb binding</LI>
<LI><em>From</em>: <A HREF="mailto:S001GMU#nova,wright.edu">S001GMU#nova,wright.edu</A></LI>
<LI><em>Date</em>: Tue, 29 Apr 1997 14:13:20 -0500 (EST)</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Date: Mon, 28 Apr 1997 19:46:54 +0000 (PST8PDT)
From: clawrenc#cup,hp.com

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

&gt;The reason I put it on the apple is that I'm definitely moving toward
&gt;a full graphical system and I don't want to see a graphic of a tree
&gt;full of apples telling me it has no more apples or pick your variation
&gt;on that theme such as an almost empty tree with only a few apples
&gt;left). 

I'd think that if you were going to a graphical system, the graphic of the
tree would be built from a base tree image (sans apples) and then add some
apple images IFF there are apples present.   especially if you are going to
logically represent the apple tree as a bunch of apple items stored in a 
tree item.

&gt;        It also allows easy handling of the "apple is out of reach"
&gt;scenario and variations.

that would depend on how much knowledge of its location the apple has.  If you
bind the 'pick' verb to the tree, presumably part of that routine would check to
see if what you are attempting to pick is within reach.  If the tree knows the
location of all it's contents, then it should be able to determine that pretty
easily.  All the apple would need to know is that it's within the tree. 
Granted, I can see that opening a completely different can of worms.  Pardon
the pun.

-Greg

</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="msg00290.html">Re: [MUD-Dev]  Magnetic Scrolls' magical parser</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00293.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00207.html">Re: [MUD-Dev]  Re: Verb binding</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00193.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#00292"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00292"><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: Why have a combat state?</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00232" HREF="msg00232.html">Re: [MUD-Dev]  Re: Why have a combat state?</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Sat 26 Apr 1997, 06:11 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00202" HREF="msg00202.html">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>, Thu 24 Apr 1997, 21:46 GMT
<UL>
<LI><strong><A NAME="00203" HREF="msg00203.html">Re: [MUD-Dev]  Re: Verb binding</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Thu 24 Apr 1997, 23:57 GMT
</LI>
<LI><strong><A NAME="00207" HREF="msg00207.html">Re: [MUD-Dev]  Re: Verb binding</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Fri 25 Apr 1997, 10:43 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00292" HREF="msg00292.html">Re: Verb binding</A></strong>, 
S001GMU <a href="mailto:S001GMU#nova,wright.edu">S001GMU#nova,wright.edu</a>, Wed 30 Apr 1997, 01:08 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00193" HREF="msg00193.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Thu 24 Apr 1997, 02:54 GMT
<UL>
<LI><strong><A NAME="00201" HREF="msg00201.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>, Thu 24 Apr 1997, 21:45 GMT
</LI>
<LI><strong><A NAME="00204" HREF="msg00204.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, 00:33 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00205" HREF="msg00205.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Fri 25 Apr 1997, 02:06 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>