Troop Event Spans

Ace provides three event spans:

  • Battle – activates at most once per battle
  • Turn – activates at most once per turn
  • Moment – activates whenever events are checked

This script adds additional spans for you to design your events with using simple comments inside your event pages.

Currently, one new span is provided:

  • Action

Troop event pages with the “action” span will be checked after every action is performed. For example, if four actors and four enemies execute actions, then the event will be checked once after each action, for a total of eight checks.

Download

Script: download here

Usage

In a troop event page, add a comment anywhere in the list with this string:

<page span: action>

This will set the page span to “action”.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax