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

API that replaces macro bar

Are there any API that replace the macro bar with a movable sheet full of macro buttons?
Would you mind elaborating on what you mean?
I am looking for an API that can give me a character sheet window that changes when I select a token to the character that is associated with it. But I assume that one of those does not exist, so if I could get a movable window that has the selected tokens macros it would be the next best thing.
1444733364
The Aaron
Pro
API Scripter
Unfortunately, neither of those is currently possible with the API. The API doesn't get an event on selection of a token, and even if it did, it can't trigger the opening of a character sheet or handout.  The closest you can get is the Token Action bar for the selected token (which does open on selection). I think you could write an API that would preload a character's abilities with references to select character sheet buttons, though you might need to do some manual work to make that possible.