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

Player controled page selection

Now that individual accounts can be moved to pages. Is there an API or built in way to move independently as a player between pages?
1699048989
Gauss
Forum Champion
Just a note here, individual users were already able to be pushed to different pages from the group. The Old UI can still do that.  As for your question, iirc API scripts such as the Teleport script have long been able to do this. However, I don't know if that script will work with the new Page UI or not. 
Thank you!
1699054157
Gauss
Forum Champion
To elaborate on my earlier response (I should have then) using the old UI: Open the Page Toolbar Then to put players on separate pages drag their names/avatars from the bottom left of the game (default location) to the page you want to put them on.  To restore them to the page the group is on drag their image from the page they are on and drop that image on the player ribbon. 
There is also an API mod/script Map Change that could be used to allow players to change maps.  Nick Olivo has a video on its use and configuration . I don't use it personally so I don't know if any updates are required for it but I also don't see any changes on  Roll20 Objects documentation  so I am guessing that the API isn't impacted by the UI redesign.
1699058668
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Map Change and Teleport should work the same way they always have. As Joshua says, the new Page menu is an interface change. The data structure has not changed (at least in any way that should impact a script).
Joshua N. said: There is also an API mod/script Map Change that could be used to allow players to change maps.  Nick Olivo has a video on its use and configuration . I don't use it personally so I don't know if any updates are required for it but I also don't see any changes on  Roll20 Objects documentation  so I am guessing that the API isn't impacted by the UI redesign.   thanks this is exactly what i was looking for