getInitiative: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function getInitative== Returns the Iniatiative:initiative of the current Token:token ===Usage=== <source lang="mtmacro" line> [h: init = getInitiative()] </source> ===Examp...) |
Verisimilar (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=getInitative | |||
|description=Returns the [[Iniatiative:initiative{{!}}initiative]] of the current [[Token:token{{!}}token]] | |||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: init = getInitiative()] | [h: init = getInitiative()] | ||
</source> | </source> | ||
|example= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
Your initiative is [r: getInitiative()] | Your initiative is [r: getInitiative()] | ||
</source> | </source> | ||
}} | |||
[[Category:Initiative Function]] | |||
[[Category:Token Function]] |
Revision as of 03:33, 7 March 2009
getInitative() Function
Returns the initiative of the current token
Usage
[h: init = getInitiative()]
Example
Your initiative is [r: getInitiative()]