setGMName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function setGMName== {{TrustedOnlyFunction}} Sets the GM name of the Token:Current Token. ===Usage=== <source lang="mtmacro" line> [h: setGMName(name)] </source>)
 
m (Applied Template:MacroFunction)
Line 1: Line 1:
==Function setGMName==
{{MacroFunction
{{TrustedOnlyFunction}}
|name=setGMName
|trusted=true
|description=
Sets the [[GM]] name of the [[Token:Current Token|Current Token]].  
Sets the [[GM]] name of the [[Token:Current Token|Current Token]].  


===Usage===
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: setGMName(name)]
[h: setGMName(name)]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 03:48, 9 March 2009

setGMName() Function

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

Sets the GM name of the Current Token.

Usage

[h: setGMName(name)]