1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: Issues from the digests and Wout's list -->
<!--X-From-R13: Aevba Vrael <buraelNfqpp10.hpfq.rqh> -->
<!--X-Date: from babe.globecomm.net [207.51.48.8] by mx4.ibm.net id 861704229.61262&#45;1 Tue Apr 22 10:17:09 1997 -->
<!--X-Message-Id: 199704221023.DAA19210#sdcc10,ucsd.edu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199704191745.RAA515395#out1,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:ohenry#sdcc10,ucsd.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="msg00180.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00182.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00180.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00190.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00181">Author</A>
&nbsp;|&nbsp;<A HREF="#00181">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00181">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>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: Issues from the digests and Wout's list</LI>
<LI><em>From</em>: Orion Henry &lt;<A HREF="mailto:ohenry#sdcc10,ucsd.edu">ohenry#sdcc10,ucsd.edu</A>&gt;</LI>
<LI><em>Date</em>: Tue, 22 Apr 1997 03:23:15 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:ohenry#ucsd,edu">ohenry#ucsd,edu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
&gt; In &lt;199704170238.CAA492348#out1,ibm.net&gt;, on 04/16/97 
&gt;    at 10:51 AM, "Shawn Halpenny" &lt;rsh#dos,nortel.com&gt; said:
&gt; 
&gt; &gt;On Apr 10,  6:57pm, clawrenc#cup,hp.com wrote:
&gt; 
&gt; &gt;&gt;&gt;One of the things that were not discussed at length is the
&gt; &gt;&gt;&gt;issue of parsing and handling user input.  Could you comment on
&gt; &gt;&gt;&gt;that too? 
&gt; &gt;&gt;
&gt; &gt;&gt; &lt;shake head&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; The only outstanding one I can remember here is suggesting
&gt; &gt;&gt; command compleation ala:
&gt; &gt;&gt;
&gt; &gt;&gt;   &gt; get bag
&gt; &gt;&gt;   Do you want the:
&gt; &gt;&gt;     1 -- Mouldy sack
&gt; &gt;&gt;     2 -- Paper bag
&gt; &gt;&gt;     3 -- Leather satchel
&gt; &gt;&gt;     0 -- Cancel command
&gt; &gt;&gt;   &gt;&gt; 3
&gt; &gt;&gt;   You take the leather satchel,
&gt; &gt;&gt;
&gt; &gt;&gt; I currently do this, with caveats for nested compleations,
&gt; &gt;&gt; multiple character support (multi-playing) and priority
&gt; &gt;&gt; interrupts.
&gt; 
&gt; &gt;I remember a posting to one of the ng's a while back in this vein,
&gt; 
&gt; Yup, probably me with Orion Henry.  I seem to be this feature's only
&gt; champion.

	Oh ya, I remember this one :)
&gt; 
&gt; &gt;...and I wondered then, as now, what happens if the poor sod who just
&gt; &gt;typed "get bag" and was suddenly attacked by UggUgg.  
&gt; 
&gt; These are the priority interrupts I mention above.  I'll quote from
&gt; the old list and the discussion with Orion:
&gt; 
&gt; --&lt;cut&gt;--
&gt; 
&gt; I also allow the user to enter commands which bypass the filter and
&gt; head straight for the parser without the extra processing.  This
&gt; allows:
&gt; 
&gt;   &gt; get bag
&gt;   You are attacked by the Kobold!
&gt;   Do you want the:
&gt;     1) Red bag
&gt;     2) Tattered paper bag
&gt;     3) Mouldy sack
&gt;     0) Cancel command
&gt;   The kobold hits you with his club.  That hurt!
&gt;   &gt;&gt; !! retaliate                // "ret" would have done as well
&gt;   You attack the kobold.
&gt;   The kobold slams his head into your stomache.  Ouch!
&gt;   The kobold blocks your blow with his shield.
&gt;   &gt;&gt; !! ret with ls
&gt;   You attack the kobold with the longsword.
&gt;   Your blow chops the kobold's arm off!
&gt;   The kobold drop his shield.
&gt;   The kobold's club crunches into your shoulder.  You moan!
&gt;   &gt;&gt; 2
&gt;   You take the tattered paper bag.
&gt;   Your weak lunge misses the kobold.
&gt;   ...etc.
&gt; 
&gt; Aside: I *REALLY* dislike combat systems where the attacked player
&gt; automatically begins retaliating/fighting without an explicit command
&gt; to.
&gt; 
&gt; --&lt;cut&gt;--
&gt; 

	My only real objection to the above is this:  If I have a brain fart
when the kobold walks in and forget all my '!!'s I dont want my commands
interupted by any filter.  Remembering if I was at the basic prompt or if I
was in a sub menu during a fight would be the last thing on my mind in the
midst of a mortal fray. 

	The kobold stabs you in the knee-cap.
	&gt;&gt; ret with ls
	Please select a bag (0 - 3)
	The kobold stabs you in the foot!  Ouch!
	&gt;&gt; ret with ls
	Please select a bag (0 - 3)
	&gt;&gt; flee
	The kobold takes your left leg off at the knee. Oh, the blood!
	&gt;&gt; !! flee
	You can't go anywhere in this condition!
	&gt;&gt; !! curse
	You swear loudly and for a long time.



	Cheers,
	Orion



</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="00190" HREF="msg00190.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>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00180.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00182.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00180.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00190.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#00181"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00181"><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>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00265" HREF="msg00265.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>, Tue 29 Apr 1997, 05:34 GMT
<UL>
<LI><strong><A NAME="00272" HREF="msg00272.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>, Tue 29 Apr 1997, 11:43 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00179" HREF="msg00179.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>, Tue 22 Apr 1997, 13:02 GMT
</LI>
<LI><strong><A NAME="00180" HREF="msg00180.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>, Tue 22 Apr 1997, 13:02 GMT
</LI>
<LI><strong><A NAME="00181" HREF="msg00181.html">Re: Issues from the digests and Wout's list</A></strong>, 
Orion Henry <a href="mailto:ohenry#sdcc10,ucsd.edu">ohenry#sdcc10,ucsd.edu</a>, Tue 22 Apr 1997, 17:17 GMT
<UL>
<LI><strong><A NAME="00190" HREF="msg00190.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>, Thu 24 Apr 1997, 00:00 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00182" HREF="msg00182.html">Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 22 Apr 1997, 20:31 GMT
</LI>
<LI><strong><A NAME="00293" HREF="msg00293.html">Re: Issues from the digests and Wout's list</A></strong>, 
S001GMU <a href="mailto:S001GMU#nova,wright.edu">S001GMU#nova,wright.edu</a>, Wed 30 Apr 1997, 01:55 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00136" HREF="msg00136.html">Threads and Sockets (Was Ho hum)</A></strong>, 
S001GMU <a href="mailto:S001GMU#nova,wright.edu">S001GMU#nova,wright.edu</a>, Tue 15 Apr 1997, 03:55 GMT
</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>