1997Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] C&#38;C and Event Rescheduling -->
<!--X-From-R13: Oqnz Ivttvaf <avtugsnyyNhfre2.vasvpnq.pbz> -->
<!--X-Date: Sat, 16 Aug 1997 20:49:07 +0000 -->
<!--X-Message-Id: 199708162057.NAA13265#user2,inficad.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.GSO.3.95q.970814194719.13754C&#45;100000@uhunix2 -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] C&amp;C and Event Rescheduling</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:nightfall#user2,inficad.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="msg00623.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00625.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00602.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00618.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00624">Author</A>
&nbsp;|&nbsp;<A HREF="#00624">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00624">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] C&amp;C and Event Rescheduling</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] C&amp;C and Event Rescheduling</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</A>&gt;</LI>
<LI><em>Date</em>: Sat, 16 Aug 1997 13:57:36 -0700 (MST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:nightfall#inficad,com">nightfall#inficad,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>
[Nathan Y:]
&gt; On Thu, 14 Aug 1997 clawrenc#cup,hp.com wrote:
&gt; :In the general case yes.  An explicit exception should be made for
&gt; :interrupt commands.
&gt; 
&gt; I don't like it even in general. Of course, my model is different, and not
&gt; very many commands are executed as a single event, which is a major part
&gt; of the rational behind the "event chain" model (I once provided a martial
&gt; arts example, in which a jump kick is transformed into a somersault and
&gt; turn when the target dives out of the way...)

Don't remember the example, but this is exactly how ours works as well.
For instance, even a 'simple' attack (Buffy swinging her axe) consists
of several events: circling the opponent with axe raised (could be
circumvented with a surprise attack), actually swinging the axe, connecting
with the axe (this could potentially be longer than instantaneous if it
gets stuck in the victim(s)), and recovery where she pulls herself back
to some sort of ready position.  All of these happen in very quick succession,
but potentially can be interrupted and or shortened via either the player
trying to do something else (they suddenly decide they don't want to attack
in the middle of the swing and try to pull the blow), or the victim doing
something else (they teleport away, so Buffy desperately tries to catch her
swing in order to avoid throwing herself completely off-balance).
Recovery can very often be shortened if there is something life threatening -
Buffy is pulling her axe up and her opponent swings at her with a sword.
She decides that it would be best to cut her recovery event a bit short
in order to try to parry the blow that will probably otherwise kill her, but
by doing so she builds up 'penalty' - basically meaning that the parry will
be executed with less skill than she could otherwise muster, and in fact
everything she attempts until that penalty is allowed to disipate will be
hindered.  (Penalty is accumulative.)  Hmm hope that's all right, it's
been a while, and I wasn't the one who wrote that code anyhow. :)

Anyways the question for you Nathan, and anyone else using a similar model:
can characters attempt to 'hurry up' or otherwise manipulate their
executing events in light of other things transpiring around them?


</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="00602" HREF="msg00602.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></STRONG>
<UL><LI><EM>From:</EM> Nathan Yospe &lt;yospe#hawaii,edu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00623.html">OT: test</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00625.html">Re: [MUD-Dev] Finding Space</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00602.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00618.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00624"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00624"><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] C&amp;C and Event Rescheduling</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00610" HREF="msg00610.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Fri 15 Aug 1997, 20:10 GMT
<UL>
<LI><strong><A NAME="00693" HREF="msg00693.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Wed 20 Aug 1997, 14:12 GMT
<UL>
<LI><strong><A NAME="00753" HREF="msg00753.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Wed 27 Aug 1997, 01:21 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00602" HREF="msg00602.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Fri 15 Aug 1997, 06:56 GMT
<UL>
<LI><strong><A NAME="00624" HREF="msg00624.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Sat 16 Aug 1997, 20:49 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00618" HREF="msg00618.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Sat 16 Aug 1997, 05:40 GMT
<UL>
<LI><strong><A NAME="00621" HREF="msg00621.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Sat 16 Aug 1997, 12:43 GMT
<UL>
<LI><strong><A NAME="00661" HREF="msg00661.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 19 Aug 1997, 01:06 GMT
<UL>
<LI><strong><A NAME="00687" HREF="msg00687.html">Re: [MUD-Dev] C&amp;C and Event Rescheduling</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Wed 20 Aug 1997, 04:02 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</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>