RPTools

Personal tools
From MapToolDoc

token.name

The variable token.name allows programmatic querying and setting of the token's Name (the first text field in the screenshot of the Edit Token dialog).

Image:Edittoken-name-and-label.jpg

Contents

Examples

Getting the Token Name

  1. [h:charName=token.name]
  2. Token Name: [charName]

Outputs the value of token.name.

Setting the Token Name

  1. [h:token.name = "Marok the Red"]

Sets the value of token.name to "Marok the Red."

Related Pages