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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
Greetings. When I use !MapChange (excellent API btw) it does not seem to trigger the Jukebox "Play on Load" page setting. The API only seems to work when I manually move the player ribbon. Am I missing something?
API scripts don't trigger events, so if the Jukebox script is listening for a change to the ribbon moving, it won't "hear" one coming from this script. I have a metascript in the works that will help with this... allowing you to establish a new "listener" to trigger if certain properties are changed while running a script. In your case, that would mean manually calling a jukebox command, but it would probably still work.
Sadly there is something internally broken with Mapchange for me, The Aaron took a look and its something on roll20's end. It just only works when I install the script and run it before the session goes idle, then after that my keys break till I go in and manually fire a restart in the sandbox. If you try to change the settings outside it only functions till the sandbox idles then everything goes bad again and you rinse and repeat the restart process. I swapped to teleport API as a bandaid till roll20 solves this problem if its even on their radar.
DM Eddie said: Sadly there is something internally broken with Mapchange for me, The Aaron took a look and its something on roll20's end. It just only works when I install the script and run it before the session goes idle, then after that my keys break till I go in and manually fire a restart in the sandbox. If you try to change the settings outside it only functions till the sandbox idles then everything goes bad again and you rinse and repeat the restart process. I swapped to teleport API as a bandaid till roll20 solves this problem if its even on their radar. Thanks for the heads up on that problem. I haven't seen any failures yet...for me it's working fine *fingers crossed*