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

Need help modifying all tokens

I'm running Dungeon of the Mad Mage, and I'd like my party to be able to see the health bar (but not the numbers inside) for every token. Is there a way to change this for all preset tokens without going down the list and manually editing the default token for every single monster/creature?
1596393361
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
If you can do it manually, Token-Mod should be able to do it with a single command for all selected tokens. As a pro user, you can install it with One Click install on your game's API page if you haven't already. You can also use it to set a new default token from any given selected token, but that won't change any tokens already on the board. !token-mod --set showplayers_bar1|yes should change any selected token(s), but you'll probably want to test it first. That's off the top of my head. As for not showing the numbers, I'm not sure if that setting has been exposed to the API. The Aaron would know that.
1596394540
The Aaron
Roll20 Production Team
API Scripter
The numbers are not exposed. If you want to turn them off, setting the default token with the api will remove the, but there isn't a way to turn them on. 
Thanks guys, I'll give that a go. On a slightly unrelated note, why are some of the tokens in DoMM emitting light? Example is the air elemental in area 30b
keithcurtis said: If you can do it manually, Token-Mod should be able to do it with a single command for all selected tokens. As a pro user, you can install it with One Click install on your game's API page if you haven't already. You can also use it to set a new default token from any given selected token, but that won't change any tokens already on the board. !token-mod --set showplayers_bar1|yes should change any selected token(s), but you'll probably want to test it first. That's off the top of my head. As for not showing the numbers, I'm not sure if that setting has been exposed to the API. The Aaron would know that. That worked perfectly, and surprisingly with no lag! Thank you both!
1596398252
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
And actually, you can do the rest of it (not show numbers) by editing the default settings on the Campaign Settings page. Just edit the default token settings like this: And then launch your game, go to the settings tab and click the experimental features down at the bottom to update settings. Click these two settings and apply. It will take a while to run, particularly in a large game. There is a very thin progress bar at the top of the dialog box. This will affect every token in play, but will not affect default tokens (ones you drag out afterward).