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

[PF] Quick Buff Activate Macro Please

Hey can we get an easy macro to activate buffs on our character sheets so we don't have to open our character sheet every time to activate rage, eagles splendor, etc...?
You would need to know what character sheet or, with an api and Pro subscription, make a macro yourself to do it as it would be on a case by case basis (different classes, multiclassing, etc.)
1481833110
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
To add to Kyle's answer; this isn't something that is possible without the API. The PF sheet doesn't have a companion script, so you'd need to use something like Jakob's Chatsetattr script to achieve this (and even then, I'm not sure it would properly trigger the buff behavior on the PF sheet due to problems with API and sheetworkers talking to each other).
1481833936
vÍnce
Pro
Sheet Author
Hi Kevin, outside of API scripts, macros do not, cannot, affect character sheet attributes.  You can use a token's linked attributes(3 bars) to indirectly change non-repeating attributes.  Even API effectiveness is limited since sheet worker(js) events aren't triggered until the sheet is open/closed...  It has been hinted that at least the API will be getting an update that should solve this current limitation.  So sadly, the only way to trigger conditions/buffs is to manually toggle from the sheet.  ;-( here's a couple of suggestion to support: Allow ability macros to modify attribute/character sheet values Allow macros to change sheet values