setInitiativeHold: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added version, cleaned up formatting.)
Line 1: Line 1:
{{stub}}
{{MacroFunction
{{MacroFunction
|name=setInitiativeHold
|name=setInitiativeHold
|version=1.3b41
|description=
|description=
Sets if the [[Token:Current Token|Current Token]] is [[Initiative:on hold|on hold]] in the [[Initiative:Initiative Panel|Initiative Panel]]. If the value passed is non zero then the [[Token:Current Token|Current Token]] is placed [[Initiative:on hold|on hold]], if it is 0 it is removed from [[Initiative:on hold|on hold]].
Sets if the [[Token:Current Token|Current Token]] is [[Initiative:on hold|on hold]] in the [[Initiative:Initiative Panel|Initiative Panel]]. If the value passed is non zero then the [[Token:Current Token|Current Token]] is placed [[Initiative:on hold|on hold]], if it is 0 it is removed from [[Initiative:on hold|on hold]].
Line 6: Line 8:
|usage=
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: setInitiativeHold(value)]
setInitiativeHold(value)
</source>
</source>
}}
}}
[[Category:Initiative Function]]
[[Category:Initiative Function]]

Revision as of 10:08, 10 March 2009

 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)