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 .
×

Can You Put Progress Clocks In A Handout?

<a href="https://marketplace.roll20.net/browse/gameaddon/14936/progress-clocks" rel="nofollow">https://marketplace.roll20.net/browse/gameaddon/14936/progress-clocks</a> I'm thinking the answer is no, because I haven't been able to figure out a way, but I'm here begging to be wrong.&nbsp; The game I'm running is going to have around 20 constant clocks, with additional ones coming and going through gameplay.&nbsp; There is just no way to put them on every map without cluttering everything beyond my acceptable limit. I'll take any suggestions...
1775798528
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Roger! Those particular graphics are just static images. You should be able to select them on the VTT, press Z, right click to copy image, and then paste into a handout. To change them is a bit more involved. My new script Image Editor should be able to do it. It allows you to change the url of an image in a handout (among other things). It's not built for this express purpose (changing a countdown timer on the fly), but it is possible. Set the referenced handout in the Image Editor control handout to the countdown timer handout. select the coutndwon timer from the list of thumbnails to be the featured image. Youcan close the image editor handout now. It'll update in the background, but you are just worried about changing one image in one handout. Copy the URLs from the various countdown images by selecting the image on the vtt, pressing Z, and right clicking for the URL.&nbsp; You can now change that particular image in that particular handout by issuing the command: !imageeditor --set url|<a href="https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS6TQ/original.png" rel="nofollow">https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS6TQ/original.png</a> for example. or specifically !imageeditor --set url| followed by the URL You could set this up in a&nbsp; Chat Menu , with a button for each: [1](!imageeditor --set url|<a href="https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS5TQ/original.png" rel="nofollow">https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS5TQ/original.png</a>) [2](!imageeditor --set url|<a href="https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS5TR/original.png" rel="nofollow">https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS5TR/original.png</a>) [3](!imageeditor --set url|<a href="https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS5TS/original.png" rel="nofollow">https://files.d20.io/images/482098803/OJMXFwRzNSwoYNt6KwS5TS/original.png</a>) ...
Thank you, sir.