token.gm_name

From RPTools Wiki
Revision as of 20:06, 4 July 2023 by Taustin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

token.gm_name is only a valid expression in a trusted macro.

Examples

Getting the Token GM Name

[h:secretName=token.gm_name]
GM's Name: [secretName]

Outputs the value of token.gm_name.

Setting the Token GM Name

[h:token.gm_name = "Soldier"]

Sets the value of token.gm_name to "Soldier."

Related Pages