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

From Roll20 Wiki

Jump to: navigation, search
(Start of new StatusTracker page)
 
m (was duplicate, change to redirect)
 
(13 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:Status Tracker]]
<span style="text-align:center;display:block;font-size:1.4em">API Script</span>
+
<span style="font-variant:small-caps">'''Author:''' {{user profile|633707|ChrisD}} </span><br>
+
{{script version|0.182}}<br>
+
{{script lastmodified date| 2017-02-05}}<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>
+
 
+
 
+
'''Note: This page is under development  StatusTracker is not live yet.'''
+
 
+
'''StatusTracker''' is based upon [https://wiki.roll20.net/Script:TrackerJacker|TrackerJacker] by Ken L. However while some routines are almost untouched, I added the ability to track and use attribute changes based upon token level conditions.
+
 
+
Like [https://wiki.roll20.net/Script:TrackerJacker|TrackerJacker] and [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.
+
 
+
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 ===
+
 
+
 
+
TODO
+
 
+
=== Changelog ===
+
 
+
 
+
 
+
{{changelog version|1.00|upcoming|* Release}}
+
{{changelog Started with TrackerJacker by Ken L. version|0.082|2015-09-23}}
+

Latest revision as of 22:03, 20 September 2021

  1. redirectScript:Status Tracker