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”.