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

Macro quick bar

Any way to have more than one row for the macro quick bar?
1406446939
Gauss
Forum Champion
Not at this time, however you could use token actions (a separate form of macro quick bar).
1406499408
Finderski
Pro
Sheet Author
Compendium Curator
Just in case you didn't know, the current bar does scroll left to right.
oh yeah I know that, but I didn't want to scroll wayyyyy over all the time
1406511410
Lithl
Pro
Sheet Author
API Scripter
You can use your browser to edit the VTT, though. For example, I have a bookmark which contains the following, rather than a website's URL: javascript:(function(){ $("#playerzone .player").css("display", "none"); $("#macrobar_macros").css("white-space", "normal"); $("#macrobar").css("height", "auto"); $("#macrobar_macros .macrobox .btn").each(function(){ $(this).text( $(this).text().replace(/[^:]+: /, "")); }); $("#initiativewindow").css("width", "100px").parent().css("width", "100px"); })(); When I click the bookmark while on the Roll20 VTT: The names of all players currently at the table are hidden The macro bar on the bottom wraps to any number of lines, instead of scrolling Character abilities in the macro bar have the character name stripped from the front The initiative window, if it's showing, is reduced in size. All of that is reset if the page reloads, of course.
1406516271
The Aaron
Roll20 Production Team
API Scripter
Wow Brian! That's impressive!
1406522722
Lithl
Pro
Sheet Author
API Scripter
I didn't come up with it; I got it from another thread that's currently locked from inactivity, but hell if I can remember what it's called.