setInitiativeRound: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function setInitiativeRound== {{GMOnlyFunction}} Sets the current Initiative:round number in the Initiative:Initiative Panel. ===Usage=== <source lang="mtmacro" line> [h: setI...)
 
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Function setInitiativeRound==
{{stub}}
{{GMOnlyFunction}}
{{MacroFunction
Sets the current [[Initiative:round|round]] number in the [[Initiative:Initiative Panel|Initiative Panel]].  
|name=setInitiativeRound
===Usage===
|trusted=true
<source lang="mtmacro" line>
|description=
Sets the current round number in the [[Initiative:Initiative Panel|Initiative Panel]].  
 
|usage=
<syntaxhighlight lang="mtmacro" line>
[h: setInitiativeRound(round)]
[h: setInitiativeRound(round)]
</source>
</syntaxhighlight>
}}
[[Category:Initiative Function]]

Latest revision as of 20:59, 14 March 2023

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

setInitiativeRound() Function

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

Sets the current round number in the Initiative Panel.

Usage

[h: setInitiativeRound(round)]