token.name: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page token.name to Token.name without leaving a redirect: Converting page title to first-letter uppercase)
m (Conversion script moved page Token.name to token.name: Converting page titles to lowercase)
(No difference)

Revision as of 23:01, 9 February 2023

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

Examples

Getting the Token Name

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

Outputs the value of token.name.

Setting the Token Name

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

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

Related Pages