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

Map Toolbar

Is there a way to take players from page 1 to page 12 or whatever without having to drop the player banner. Ive tried holding shift and scrolling.
1548353590
Pat S.
Forum Champion
Sheet Author
There might be an API script or two that could do what you want.&nbsp;<a href="https://wiki.roll20.net/API:Script_Index" rel="nofollow">https://wiki.roll20.net/API:Script_Index</a>
1548358134
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Flip, As an alternative, you can use Stylus&nbsp; the Stylus ( not &nbsp;Stylish, for privacy reasons) extension for your browser. This will allow your browser to re-interpret the CSS styling of the pages tab. The upshot of this is that instead of one row of pages you could see two or three. Use this code: #page-toolbar { &nbsp; &nbsp; height: 270px; } #page-toolbar .container { &nbsp; &nbsp; height: 270px; &nbsp; &nbsp; white-space: normal } #page-toolbar .height { &nbsp; &nbsp; height: 270px!important } This gives two rows of pages. For every 130 you add to that 270 value, you will add another row of displayed pages. It takes a bit of practice to move them around confidently, since the tab isn't designed for it, but it will double or triple the number of pages viewable at any given time.
Thank you I will try it out