Difference between revisions of "Script:SR-NextPass"
From Roll20 Wiki
(Created page with "Implements a **!nextpass** command which can be used by the GM to adjust initiative between combat passes. Typically bound to a macro button. Executing this command will subt...") |
Andreas J. (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | Implements a | + | {{script overview |
+ | |name=SR-RollExtender | ||
+ | |author=jflo, {{user profile|104025|Aaron}}, John D. | ||
+ | |version=0.1 | ||
+ | |lastmodified=2017-09-12}} | ||
+ | |||
+ | Implements a <code>!nextpass</code> command which can be used by the GM to adjust initiative between combat passes. Typically bound to a macro button. | ||
Executing this command will subtract 10 from all initiative values on the turn tracker. Any tokens that fall below 0 will be removed. The list is then re-sorted in descending order. | Executing this command will subtract 10 from all initiative values on the turn tracker. Any tokens that fall below 0 will be removed. The list is then re-sorted in descending order. |
Latest revision as of 10:51, 8 April 2020
API ScriptAuthor: jflo, Aaron, John D.
Version: 0.1
Last Modified: 2017-09-12
Code: SR-RollExtender
Dependencies: None
Conflicts: None
Version: 0.1
Last Modified: 2017-09-12
Code: SR-RollExtender
Dependencies: None
Conflicts: None
Implements a !nextpass
command which can be used by the GM to adjust initiative between combat passes. Typically bound to a macro button.
Executing this command will subtract 10 from all initiative values on the turn tracker. Any tokens that fall below 0 will be removed. The list is then re-sorted in descending order.