Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

How do I remove the graphic from Turn Tracker?

Topic.
1510620481
The Aaron
Pro
API Scripter
 Do you mean you want to retain the turn but remove the image from it? Or do you want to hide the turn from the players? Or do you just mean you want to remove the turn entirely? 
1510620966

Edited 1510621028
Leaf
Plus
The spinning graphic that follows the active token around, I'd like to remove that. I am using&nbsp; <a href="https://app.roll20.net/forum/post/2362024/script-t" rel="nofollow">https://app.roll20.net/forum/post/2362024/script-t</a>... He states there is a flag to remove the graphic, but I can't seem to find it.&nbsp;
Methinks that's an entirely different API script. And one from experience, has not been updated in&nbsp; years, and wasn't working on the lastest updates.
1510633023
Kirsty
Pro
Sheet Author
I use this script in my games and it's working quite well. I don't see any way to turn the graphic off, I don't think that's an option in the script. You may want to look at The Aaron's "Turn Marker" script if you want the functionality without the graphic.
Thanks, I installed Turnmarker1 instead, but how do I get rid of the graphic on the player token?
1510641091
vÍnce
Pro
Sheet Author
I don't think that's a current option. <a href="https://app.roll20.net/forum/permalink/3963829/" rel="nofollow">https://app.roll20.net/forum/permalink/3963829/</a> I used to use a different graphic with this script. If I recall, I just changed the url used in the script.&nbsp; Maybe you could upload a transparent image and use that. see line 63 tokenURL: '<a href="https://s3.amazonaws.com/files.d20.io/images/4095816/086YSl3v0Kz3SlDAu245Vg/thumb.png?1400535580" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/4095816/086YSl3v0Kz3SlDAu245Vg/thumb.png?1400535580</a>', Update the url of the script to the one used in your image library...
1510669355
The Aaron
Pro
API Scripter
Yeah.&nbsp; Change line 63 to this: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tokenURL: '<a href="https://s3.amazonaws.com/files.d20.io/images/4277467/iQYjFOsYC5JsuOPUCI9RGA/thumb.png?1401938659" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/4277467/iQYjFOsYC5JsuOPUCI9RGA/thumb.png?1401938659</a>', and change line 15 to this: &nbsp; &nbsp; &nbsp; &nbsp; schemaVersion = 1.18, then save.&nbsp; That will give you a transparent image for the marker (the same image used in Bump) and upping the schemaVersion will make it reset the state to use it.
1510669704

Edited 1510669711
Leaf
Plus
Changing line 63 to an empty image uploaded to my library did not change the graphic following the active player around. tokenURL: ' <a href="https://s3.amazonaws.com/files.d20.io/images/42374866/kD7dFVQ60OZaI6t8JtHbvA/thumb.png?1510669231" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/42374866/kD7dFVQ60OZaI6t8JtHbvA/thumb.png?1510669231</a> ',
1510670383
The Aaron
Pro
API Scripter
The Aaron said: Change line 15 to this: &nbsp; &nbsp; &nbsp; &nbsp; schemaVersion = 1.18, then save.&nbsp; Upping the schemaVersion will make it reset the state to use the new image.