token.name: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Special Variables:token.name moved to token.name: Moved to main namespace.) |
Verisimilar (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
==Related Pages== | ==Related Pages== | ||
* [[ | * [[token.gm_name]] | ||
* [[ | * [[token.label]] | ||
[[Category:Special Variable]] |
Revision as of 13:52, 25 March 2009
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."