token.name: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
* [[token.label]] | * [[token.label]] | ||
[[Category:Special Variable]] | [[Category:Special Variable]] | ||
[[Category:Macro Function]] |
Revision as of 20:07, 4 July 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."