getGMNotes: Difference between revisions

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


Returns the [[Token:GM notes|GM notes]] from the [[Token:Current Token|Current Token]].
|usage=
 
 
===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: notes = getGMNotes()]
[h: notes = getGMNotes()]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 03:07, 7 March 2009

getGMNotes() Function

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

Returns the GM notes from the Current Token.

Usage

[h: notes = getGMNotes()]