RPTools

Personal tools
From MapToolDoc

setCurrentInitiative

setCurrentInitiative() Function

Gives the Initiative to the Token at the specified offset in the Initiative Panel. Offsets start at 0.

To clear, specify a number that is not a valid token offset, like -1.

Usage

  1. [h: setCurrentInitiative(offset)]

Examples

Give Initiative to the 4th Token.

  1. [h: setCurrentInitiative(3)]

Clear current initiative (any number that is not a valid token offset will work).

  1. [h: setCurrentInitiative(-1)]
  2. [h: setCurrentInitiative(999)]