setTokenGMName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page setTokenGMName to SetTokenGMName without leaving a redirect: Converting page title to first-letter uppercase)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
setTokenGMName(name)
setTokenGMName(name)
</source>
</syntaxhighlight>
'''Parameters'''
'''Parameters'''
* {{code|name}} - The name to set as the GM Name on the current token.
* {{code|name}} - The name to set as the GM Name on the current token.

Latest revision as of 20:31, 14 March 2023

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

setTokenGMName() Function

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

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

Usage

setTokenGMName(name)

Parameters

  • name - The name to set as the GM Name on the current token.