setInitiativeHold: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
'''Parameters''' | '''Parameters''' | ||
{{param|value|The initiative hold value to set.}} | {{param|value|The initiative hold value to set.}} | ||
{{param|id|The token {{code|id}} of the token to set the initiative | {{param|id|The token {{code|id}} of the token to set the initiative hold. Defaults to the [[Current Token]]. {{TrustedParameter}} }} | ||
{{param|mapname|The name of the map to find the token. Defaults to the current map.}} | {{param|mapname|The name of the map to find the token. Defaults to the current map.}} | ||
Revision as of 17:22, 10 October 2019
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
setInitiativeHold() Function
• Introduced in version 1.3b41
Sets if the Current Token is on hold in the Initiative Panel. If the value passed is non zero then the Current Token is placed on hold, if it is 0 it is removed from on hold.
Usage
setInitiativeHold(value)
setInitiativeHold(value, id)
setInitiativeHold(value, id, mapname)
Parameters
value
- The initiative hold value to set.id
- The tokenid
of the token to set the initiative hold. 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. Defaults to the current map.
Version Changes
- 1.5.7 - Added
id
andmapname
parameter options.