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:TrackerJacker"

From Roll20 Wiki

Jump to: navigation, search
(Changelog)
m (update redirect)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="float: {{{1|right}}}; width: 200px; padding: 5px; border: 1px solid #777; margin: 0 15px 15px 15px; background-color: #efefef;">
+
#REDIRECT [[Script:Tracker Jacker]]
<span style="text-align:center;display:block;font-size:1.4em">API Script</span>
+
<!-- Don't delete redirect, help center links to this page even though API have been removed -->
<span style="font-variant:small-caps">'''Author:''' {{user profile|438119|Ken L.}} </span><br>
+
{{script version|1.25}}<br>
+
{{script lastmodified date| 2015-3-03}}<br>
+
<span style="font-variant:small-caps">'''Code:''' [https://github.com/Roll20KenL/Roll20_API_Scripts/blob/master/trackerjacker.js TrackerJacker] </span><br>
+
<span style="font-variant:small-caps">'''Dependencies:''' None </span><br>
+
<span style="font-variant:small-caps">'''Conflicts:''' Unknown </span>
+
</div>
+
 
+
 
+
'''TrackerJacker''' is a cousin to [https://app.roll20.net/forum/permalink/931415/ TurnMarker] made by The Aaron. Its logic however is quite different, and more rigid in function to simplify the most common use-cases.
+
 
+
Like [https://app.roll20.net/forum/permalink/931415/ TurnMarker], it uses a graphic image that follows beneath tokens to indicate who's turn it is. The only animation '''TrackerJacker''' supports is the spinning graphic which is on by default (to disable it you'd need to edit a simple script flag).
+
 
+
The real function however of '''TrackerJacker'''' is to track statuses and durations with an easily accessible graphical interface that's intuitive.
+
 
+
 
+
<br clear="both">
+
 
+
=== Use ===
+
[https://app.roll20.net/forum/permalink/2362024/ Forum Link]
+
 
+
TODO
+
 
+
=== Changelog ===
+
{{changelog version|1.01|2015-08-31|* '''update:'''
+
Fixed: !tj -reset not performing as expected.
+
Added: ability for !eot to work for the GM while the tracker is active.
+
Added: ability for the tracker graphic to follow the token as it switches between the GM and token layers.}}
+
{{changelog version|1.00|2015-08-30|* Release}}
+

Latest revision as of 15:52, 11 January 2022

  1. REDIRECT Script:Tracker Jacker