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

Easy NPC set up?

is there a mod or easy way for my NPC tokens to add the AC and passive perception to the blue and green boxes whenever i drag them onto the map?
1551678940
The Aaron
Roll20 Production Team
API Scripter
You could select them and use TokenMod to do this: !token-mod --set bar1_value|@{selected|ac} bar2_value|@{selected|passive_perception} adjusted for the right cars abs attributes.
1551684280
GiGs
Pro
Sheet Author
API Scripter
If you used the tokenmod default token setting, you'd never need to do it again for that token either. I can't remember that syntax, but I think Aaron is pretty experienced with Token Mod and might be able to suggest how to tweak the above code to include it.
1551700477

Edited 1551700496
The Aaron
Roll20 Production Team
API Scripter
You could say that, I wrote it! =D !token-mod --set bar1_value|@{selected|ac} bar2_value|@{selected|passive_perception} defaulttoken
1551703732
GiGs
Pro
Sheet Author
API Scripter
I may have already known that, hehe.