Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:InitiativeTrackerPlus"

From Roll20 Wiki

Jump to: navigation, search
Line 2: Line 2:
 
|name=Initiative Tracker Plus
 
|name=Initiative Tracker Plus
 
|author={{user profile|4306461|Chuz}}
 
|author={{user profile|4306461|Chuz}}
|version=1.0
+
|version=1.24
|lastmodified=2020-11-23
+
|lastmodified=2020-12-02
 
|code=InitiativeTrackerPlus
 
|code=InitiativeTrackerPlus
 
|dependencies=None
 
|dependencies=None
Line 46: Line 46:
 
Remove a status from a group of selected tokens given the name.
 
Remove a status from a group of selected tokens given the name.
 
    
 
    
 +
'''!itp -dispmultistatusconfig removeall'''><br />
 +
Remove all statuses from one or more selected tokens.
 +
 
'''!itp -edit'''<br />
 
'''!itp -edit'''<br />
 
Edit statuses on the selected tokens
 
Edit statuses on the selected tokens
Line 85: Line 88:
  
 
== Changelog ==
 
== Changelog ==
 +
{{changelog version|1.24| 2020-12-02 |* Added ability to remove all statuses from a token in one go.}}
 +
{{changelog version|1.24| 2020-12-02 |* Cleaned up some code tabulation and such to make it easier for me to read.}}
 
{{changelog version|1.0| 2020-11-23 |* Changed references to Tracker Jacker to Initiative Tracker Plus.  I am doing this to differentiate the new and drastically changing codebase from Ken L.'s original codebase so users that are happy with OG Tracker Jacker can continue to use it without confusion.}}
 
{{changelog version|1.0| 2020-11-23 |* Changed references to Tracker Jacker to Initiative Tracker Plus.  I am doing this to differentiate the new and drastically changing codebase from Ken L.'s original codebase so users that are happy with OG Tracker Jacker can continue to use it without confusion.}}
 
{{changelog version|| 2020-11-23 |* Updated initiative round indicator to have Play, Stop and Pause buttons instead of ? and ??}}
 
{{changelog version|| 2020-11-23 |* Updated initiative round indicator to have Play, Stop and Pause buttons instead of ? and ??}}

Revision as of 19:47, 2 December 2020

API ScriptAuthor: Chuz
Version: 1.24
Last Modified: 2020-12-02
Code: InitiativeTrackerPlus
Dependencies: None
Conflicts: None

Initiative Tracker Plus is derived from TrackerJacker written by Ken L. which was apparently related to The Aaron's TurnMarker. The author James C. (Chuz) has updated TrackerJacker to automatically detect token markers included in a lobby and allow their use in the status effects.

The intent is to continue supporting the script and update it with new features and functionality as they are requested or come to me.


Installation and Configuration

Copy the script's code, available from the menu on the right and stored at Roll20's API GitHub Repository. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign. Soon the script should be available on the one-click API installer.

Script Use

!itp -help
Display help message

!itp -start
Start/Pause the tracker. If not started starts; if active pauses; if paused, resumes. Behaves as a toggle.

!itp -stop
Stops the tracker and clears all status effects.

!itp -clear
Stops the tracker as the -stop command, but in addition clears the turnorder

!itp -pause
Pauses the tracker.

!itp -reset [round#]
Reset the tracker's round counter to the given round, if none is supplied, it is set to round 1.

!itp -addstatus [name]:[duration]:[direction]:[message]
Add a status to the group of selected tokens, if it does not have the named status. name name of the status. duration duration of the status (numeric). direction + or - direction (+# or -#) indicating the increase or decrease of the the status' duration when the token's turn comes up. +0 or -0 for a permanent affect. message optional description of the status. If dice text, ie: 1d4 exist, it'll roll this result when the token's turn comes up.

!itp -removestatus [name]
Remove a status from a group of selected tokens given the name.

!itp -dispmultistatusconfig removeall>
Remove all statuses from one or more selected tokens.

!itp -edit
Edit statuses on the selected tokens

!itp -addfav [name]:[duration]:[direction]:[message]
Add a favorite status for quick application to selected tokens later.

!itp -listfavs
Displays favorite statuses with options to apply or edit.

!itp -listfavs 1
Displays favorite statuses (in alphabetical order) with options to apply or edit.

!eot
Ends a player's turn and advances the tracker if the player has control of the current turn's token. Player usable command.

!itp -saveFavs
Save your current Favorites into in the GM notes section of a handout called "ITPFavsJSON". This can be copy/pasted into a handout with the same name in another lobby and then "!itp -loadFavs" can be run to load them there.

!itp -loadFavs
Load Favorites previously saved via "!itp -saveFavs". Requires the handout "ITPFavsJSON" to exist and have properly exported data in the GM notes section.

!itp -setIndicatorImage
Replaces the current initiative indicator with a new image Note: The token will be removed from the field, along with any others with the name 'tracker_image'

  • Place the image you wish to use as the indicator image (animated turn indicator) on the play field (any layer). Please note, rollable tokens can be used for this as well.
  • Edit the new token and change it's name to 'tracker_image', save the change
  • Pause the tracker if it's currently active
  • Use this command
  • Unpause the tracker if it was active, else wise the next time the tracker is started your new indicator will be used.


!itp -defaultIndicatorImage
Revert the initiative indicator to the original green one.

  • Pause the tracker if it's currently active
  • Use this command
  • Unpause the tracker if it was active, elsewise the next time the tracker is started the indicator will be the default green one.


Changelog

v1.24 ( 2020-12-02 )

  • Added ability to remove all statuses from a token in one go.


v1.24 ( 2020-12-02 )

  • Cleaned up some code tabulation and such to make it easier for me to read.


v1.0 ( 2020-11-23 )

  • Changed references to Tracker Jacker to Initiative Tracker Plus. I am doing this to differentiate the new and drastically changing codebase from Ken L.'s original codebase so users that are happy with OG Tracker Jacker can continue to use it without confusion.


v ( 2020-11-23 )

  • Updated initiative round indicator to have Play, Stop and Pause buttons instead of ? and ??


v ( 2020-11-23 )

  • Submit current codebase to Roll20's Script repository in the hopes of becoming a one-click API script.


v ( 2020-11-22 )

  • Added the ability to change the initiative indicator (spinning green thing by default) to any other image.


v ( 2020-11-22 )

  • The first actor's turn is now announced when starting the tracker.


v ( 2020-11-18 )

  • Added the ability to save and load favorite. The save creates a Handout called "ITPFavsJSON", the load looks for that handout and loads the JSON from it.


v ( 2020-09-25 )

  • Added the ability to display favorites alphabetically, it remains in the first in first out order by default. To get an alphabetical list change `!itp -listfavs` to `!itp -listfavs 1`


v ( 2020-09-20 )

  • Added mouseover text to token marker selector list


v ( 2020-09-20 )

  • Added EOT link to turn indicator


v ( 2020-09-12 )

  • Added -cleanSlate command (!itp -cleanSlate) to completely wipe all persistent state data should not be used lightly but if effects get stuck in the system this will clear them


v ( 2020-09-12 )

  • Updated heavily to pull all token markers enabled in the campaign and make them useable for condition/status effects