getInitiative: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Added version, cleaned up formatting.) |
No edit summary |
||
Line 8: | Line 8: | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
getInitiative() | getInitiative() | ||
getInitiative(id) | |||
getInitiative(id, mapname) | |||
</source> | </source> | ||
'''Parameter''' | |||
{{param|id|The token {{code|id}} of the token to get the initiative value from. Defaults to the [[Current Token]]. {{TrustedParameter}} }} | |||
{{param|mapname|The name of the map to find the token if the id parameter is used. Defaults to the current map.}} | |||
|example= | |example= |
Revision as of 10:26, 10 April 2020
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
getInitative() Function
• Introduced in version 1.3b41
Returns the initiative of the current token
Usage
getInitiative()
getInitiative(id)
getInitiative(id, mapname)
Parameter
id
- The tokenid
of the token to get the initiative value from. Defaults to the Current Token.Note: This parameter can only be used in a Trusted Macro.
mapname
- The name of the map to find the token if the id parameter is used. Defaults to the current map.
Example
Your initiative is [r: getInitiative()]