getTokenGMName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page GetTokenGMName to getTokenGMName: Converting page titles to lowercase)
m (Text replacement - "source>" to "syntaxhighlight>")
Line 10: Line 10:
<source lang="mtmacro" line>
<source lang="mtmacro" line>
getTokenGMName()
getTokenGMName()
</source>
</syntaxhighlight>


}}
}}
[[Category:Token Function]]
[[Category:Token Function]]

Revision as of 19:38, 14 March 2023

 Note: This function has been deprecated. Refer to getGMName() for current functionality.

getTokenGMName() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.3b40
Gets the GM Name of the current token.

Usage

<source lang="mtmacro" line> getTokenGMName() </syntaxhighlight>