1997Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  UI Issues: Anti&#45;scripting techniques -->
<!--X-From-R13: pynjerapNphc.uc.pbz -->
<!--X-Date: Mon, 06 Oct 1997 22:51:53 +0000 -->
<!--X-Message-Id: 199710062248.PAA00607#xsvr3,cup.hp.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E0xGPqU&#45;0004ON&#45;00#crucigera,fysh.org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:clawrenc#cup,hp.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="msg00059.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00061.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00004.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00046.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00060">Author</A>
&nbsp;|&nbsp;<A HREF="#00060">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00060">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</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: [MUD-Dev]  UI Issues: Anti-scripting techniques</LI>
<LI><em>From</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
<LI><em>Date</em>: Mon, 06 Oct 97 15:39:39 -0700</LI>
<LI><em>Reply-to</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
In &lt;<A HREF="msg00004.html">E0xGPqU-0004ON-00#crucigera,fysh.org</A>&gt;, on 10/01/97 
   at 08:06 AM, Maddy &lt;maddy#fysh,org&gt; said:

&gt;Previously, clawrenc#cup,hp.com wrote....

&gt;&gt; In &lt;199709260444.3287300#bedford,net&gt;, on 09/26/97 
&gt;&gt;    at 12:15 AM, "Brian Price" &lt;blprice#bedford,net&gt; said:

&gt;&gt; Note: A key value here is the ability to interrupt such a stack of
&gt;&gt; entered commands.  Consider the case:
&gt;&gt; 
&gt;&gt;   &gt; n,n,n,n,n,e,e,s,s,w,w,u,u,e,u,w,w,w,s,e
&gt;&gt;   Room 1.
&gt;&gt;   Room 2.
&gt;&gt;   Room 3.
&gt;&gt;   There is a huge pile of gold here.
&gt;&gt;   Room 4.
&gt;&gt;   Room 5
&gt;&gt;   Room 6
&gt;&gt;   Room 7
&gt;&gt;   ...etc.
&gt;&gt; 
&gt;&gt; Better would be:
&gt;&gt; 
&gt;&gt;   &gt; n,n,n,n,n,e,e,s,s,w,w,u,u,e,u,w,w,w,s,e
&gt;&gt;   Room 1.
&gt;&gt;   Room 2.
&gt;&gt;   Room 3.
&gt;&gt;   There is a huge pile of gold here.
&gt;&gt;   Room 4.
&gt;&gt;   Room 5
&gt;&gt;   &gt; !stop
&gt;&gt;   Room 5
&gt;&gt;   &gt;back,back
&gt;&gt;   Room 3.
&gt;&gt;   There is a huge pile of gold here.
&gt;&gt;   &gt; get gold
&gt;&gt;   ...etc.
&gt;&gt; 
&gt;&gt; This is of course an extension of the more general Panama Canal
&gt;&gt; scenario.

&gt;The problem I have with the second example, is that it implies that
&gt;the user has to notice something that their character has noticed. 

This centers on a core disagreement between myself and most of the
rest of the list: How closely should the human player be tied to his
character in brain, or if you wish, what level of inteliigence,
awareness, and cognisance should the character have as seperate from
its human player?

My preference is to view the character as dumb as a post if not
dumber.  It is effectively a virtual blob of nerve-twitching meat
awaiting instruction and guidance from its "spirit" the human player. 
If the player doesn't explicitly say to do something, in general, the
character will do nothing.  If the human does say to do somthing, the
character will attempt to comply (almost) without question.  The limit
here is that the character has small remnants of self-preservation
reactions, such as withdrawing from fire or pain, or ducking when
attempting to enter a low doorway.

&gt;Surely if something interesting is spotted, the character should stop
&gt;there and then offer the chance to resume the journey?  

Why should it?  It was already been instructed to walk on a
predetermined path.  Why should it stop?

Should the character stop because it saw something it deemed,
"interesting"?  What is interesting?  Should it stop because it saw
gold?  What if Boffo had seeded the entire path with small fragments
of gold leaf, thus causing Bubba to have to stop and examine each one,
while Boffo could run ahead?

For me this is all just other facets of the character intelligence and
autonomy question.  As soon as you grant characters any value outside
of their human players you have opened a pandora's box of
inconsistancies and paradoxes with no elegant or consistant solution.

-- 
J C Lawrence                           Internet: claw#null,net
(Contractor)                           Internet: coder#ibm,net
---------------(*)               Internet: clawrenc#cup,hp.com
...Honorary Member Clan McFUD -- Teamer's Avenging Monolith...


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00004" HREF="msg00004.html">[MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
<UL><LI><EM>From:</EM> Maddy &lt;maddy#fysh,org&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00059.html">Re: [MUD-Dev]  PK again (was: Character evolution)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00061.html">Re: [MUD-Dev]  Usability and interface ...</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00004.html">[MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00046.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00060"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00060"><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] Usability and interface and who the hell is suppo</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00049" HREF="msg00049.html">Re: [MUD-Dev] Usability and interface and who the hell is suppo</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sun 05 Oct 1997, 21:00 GMT
</LI>
<LI><strong><A NAME="00050" HREF="msg00050.html">Re: [MUD-Dev] Usability and interface and who the hell is suppo</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sun 05 Oct 1997, 22:13 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00000" HREF="msg00000.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Brian Price <a href="mailto:blprice#bedford,net">blprice#bedford,net</a>, Wed 01 Oct 1997, 05:37 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00004" HREF="msg00004.html">[MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Maddy <a href="mailto:maddy#fysh,org">maddy#fysh,org</a>, Wed 01 Oct 1997, 15:01 GMT
<UL>
<LI><strong><A NAME="00060" HREF="msg00060.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Mon 06 Oct 1997, 22:51 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00046" HREF="msg00046.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sun 05 Oct 1997, 20:22 GMT
<UL>
<LI><strong><A NAME="00052" HREF="msg00052.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Mon 06 Oct 1997, 02:33 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00047" HREF="msg00047.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sun 05 Oct 1997, 20:49 GMT
<UL>
<LI><strong><A NAME="00055" HREF="msg00055.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Mon 06 Oct 1997, 14:54 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>