getGMName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Function getGMName==
{{MacroFunction
{{TrustedOnlyFunction}}
|name=getGMName
Returns the GM Name of the [[Token:Current Token|Current Token]].
|trusted=true
|description=Returns the GM Name of the [[Token:Current Token|Current Token]].


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

Revision as of 03:06, 7 March 2009

getGMName() Function

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

Returns the GM Name of the Current Token.

Usage

[h: name = getGMName()]