This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
Contents |
Returns the name of a Token.
getName()
getName(id)
Parameters
id - The token id of the token to name, defaults to the Current Token. Note: This parameter can only be used in a Trusted Macro.
[TokenList = getTokens("json")][foreach(Token, TokenList, "<br>", "json"): getName(Token) + "'s ID is " + Token]id parameter option.