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

Pathfinder e1 Community Sheet - using the token bar in buffs

Hi all! I have a special conundrum. Is there a way to make a buff that changes based on the number of one of the token bar? Thank you in advance
1603608518
vÍnce
Pro
Sheet Author
I don't think this is possible.  Since the buff attributes are repeating attributes, they will not show up in the list of linkable attributes on the token settings window.  I believe the only way to toggle buff's "off the sheet" is to use an API script (pro level feature) like chatsetattr. example; !setattr --sel --repeating_buff2_-mfyn0yxatk2wbh0km4d_enable_toggle|[[1-@{selected|repeating_buff2_-mfyn0yxatk2wbh0km4d_enable_toggle}]] It's possible that changing a non-repeating attribute, linked to a token bar, could effect a buff's calculations that uses the same attribute, but I'm not sure if that's what you're asking for...?