Introduction to Initiative

From RPTools Wiki
Revision as of 05:43, 5 September 2020 by Selquest (talk | contribs) (Started guide based on 1.8 UI. Still a work in progress)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BEGINNER
THIS IS A BEGINNER ARTICLE


 This article is a draft, be advised that information it contains may be incomplete, inaccurate, or unclear.

The MapTool Initiative Panel provides tools to track rounds and turn order for tokens on the current map.

Note: This guide includes features coming in version 1.8, not yet released at time of writing.

UI Overview

Showing the Initiative Panel from MapTool 1.8

In the example to the right, you can see three tokens all displayed a little differently. The elements that make up this display:

  • The current initiative is indicated with the green check mark. In this example it is the Dragon's turn.
  • NPC tokens have a blue background. The Dragon is an NPC token.
  • PC tokens have a light grey background. The Hero is a PC token.
  • Hidden tokens (those that are not Visible to Players) have a darker grey background, and their tokens are transparent. The Mage here is not visible to players.

Basic Operations

Adding Tokens to Initiative

To start using the Initiative Panel, add tokens to it by either:

  • Using the Add PCs or Add All shortcuts from the Initiative Panel's menu
  • Choosing Add to Initiative from the right-click menu of selected token(s)

Note: If the Owner Permissions option is enabled on the Initiative Panel's menu, players can add their owned tokens to the Initiative Panel. Otherwise only GMs can do this.

Sorting the Initiative List

The Initiative Panel will initially list tokens in the order in which they were added. GMs can drag & drop entries on the Initiative Panel to re-order them at any time, but the list can also be sorted automatically:
  1. Set Initiative values for tokens by choosing "Set Initiative..." from the right-click menu of selected token(s), from the right-click menu of rows on the Initiative Panel, or by selecting a row on the Initiative Panel and choosing "Set Initiative..." from the panel's menu. (Note: if the Owner Permissions option is checked on the Initiative Panel's menu, players can set the initiative values for their owned tokens. Otherwise only GMs can do this.)
  2. Choose Sort from the Initiative Panel menu.
    • The Default sort order is descending, with any non-numeric values coming after any numbers, and any blank values coming last.
    • If the Use Reverse Sort Order option is checked on the Initiative Panel's menu, this order is reversed - blank values come first, and any non-numeric strings (in ascending lexical order) come before numbers (in ascending order).
    • See the examples of each sort order to the right.
Showing the differences between the two sort orders.
Default Order Reverse Order

Next/Previous Initiative

The Next and Previous buttons at the top of the Initiative Panel will move the current initiative to the next (or previous) token in line, automatically updating the Round counter when starting a new round (or returning to a previous one).

If you intend to control initiative flow with macros instead, it may be helpful to disable these buttons with the Disable Panel Buttons option on the panel menu. If the Owner Permissions option is enabled, players that own tokens can click Next to end their own turn. Otherwise, only GMs can use these buttons.

Note: starting in version 1.8, these buttons will trigger macro events that have the opportunity to reject or react to the change in initiative. See #Macro Events for more info.

Hold

Reset

Click the Reset button to clear the current initiative and reset the round counter. Tokens will remain in the list with their current initiative values.

Remove Tokens

Menu Options

Macro Functions

Macro Events