<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1141" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Say that you had a multipart skill or spell, such
as a fireball, wherein upon the first round the caster begins to mumble some
magical words, the second round the air in the room heats up, and then on the
third round the fireball is actually cast. What would be the best way of
storing the current state of execution (skill/state of skill) for each
user and making sure that each round it steps through to the next phase of each
skill? Callouts? Some sort of global stack that keeps all the
information of what is going on?</FONT></DIV></BODY></HTML>