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

Rest Button Override?

I like the new short and long rest buttons, but I have long ago made abilities that do the same functionality, via ChatSetAttr.  These handle various customizations in our game.  I was wondering if there was a way to redirect those buttons to the abilities that I have on my sheet. Thanks!
1673208994
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Andrew! I do not believe so, since their actions are not exposed to the attributes and abilities tab. If they are causing confusion for players, I think the best you can do is to turn them off on the settings tab of the sheet.
That's what I did, but I like the buttons there.  It would be nice if there was an option to specify the handler for the button as opposed to the default. Thanks for the response!
1673233531

Edited 1673233655
GiGs
Pro
Sheet Author
API Scripter
If you want to use the new Rest buttons in your own macros and abilities, you can if you can identity the rest button names. %{BUTTON-NAME} %{selected|BUTTON-NAME} %{CHARACTER-NAME|BUTTON-NAME} The first one might not work, you might need to supply the character name or selected even if it's in your own Ability. But if you're asking if you change the buttons already on the sheet to work with your own abilities, no there's no way to do that.