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

[Script Update] TokenMod -- An interface to adjusting properties of a token from a macro or the chat area.

1744293013
The Aaron
Roll20 Production Team
API Scripter
keithcurtis said: Baseopacity is an amazing bonus! Is it accessible through the GUI? Also,  renderAsScenery  is a bit opaque*. Does true indicate that it is on top of DL, or below? *Yeah, I did that. I'm incorrigible. Lol!  Cleared up the description. =D
1745072450

Edited 1745072463
The Aaron
Roll20 Production Team
API Scripter
TokenMod v0.8.84 Added support for Bar Permissions.  This controls the display of numbers over bars on tokens.  Here's the help: Bar Permission specifies who sees numbers overlaid on the bar. To not show any numbers, you can set it to  hidden  or  none . To only show it to editors (the default), you can set it to  editor  or leave the field blank. To make the numbers visible to everyone, you can set it to  everyone  or  all . Any other value is ignored. Available Bar Permission Properties: bar1_num_permission bar2_num_permission bar3_num_permission Hide the numbers from everyone: !token-mod --set bar1_num_permission|hidden !token-mod --set bar2_num_permission|none Showing only the editors the numbers: !token-mod --set bar3_num_permission|editor !token-mod --set bar2_num_permission| Making the numbers visible to everyone: !token-mod --set bar1_num_permission|everyone !token-mod --set bar3_num_permission|all