Script:TrackerJacker
From Roll20 Wiki
API Script
Author: Ken L.
Version: 1.01
Last Modified: 2015-08-31
Code: TrackerJacker
Dependencies: None
Conflicts: Unknown
TrackerJacker is a cousin to TurnMarker made by The Aaron. Its logic however is quite different, and more rigid in function to simplify the most common use-cases.
Like 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.
Use
TODO
Changelog
v1.01 (2015-08-31)
- 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.
v1.00 (2015-08-30)
- Release