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

[Help] Edit one field on all character sheets

1643216952
Pinmissile
Sheet Author
API Scripter
Hello! I recently bought a Pathfinder Adventure Path module, and to my surprise all the pre-packaged NPC character sheets come with the default setting of whispering rolls to the GM. I need a script that edits this one field on all character sheets in a game. I realize the creation of such a script for this use case is simple, and it's something I could do myself, but I wanted to check if something that does this already exists? I searched around a little, and I couldn't find anything. Thanks in advance!
1643217919

Edited 1643217935
Kraynic
Pro
Sheet Author
If you have ChatSetAttr installed, you could probably do that by running this command: !setattr --all --whispertype|
1643219943
Pinmissile
Sheet Author
API Scripter
Great! Thank you so much!