Game Queue
Posted by aaron on January 6, 2009 at 4:03am
From the new Game Queue module project page:
Dependent on Game Clock and Game Character.
A Game Queue will act on clock ticks, allowing game characters to add actions to a queue, which will be processed in turn.
Actions take 1 or more Action Points (AP). A character is allowed 1 or more AP to be processed in a single tick.
Before processing, each action is also assigned an Initiative weight.
Modules wishing to make use of this should implement hook_game_queue_action($action). See documentation within module for more info.
Read more