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

How to force a save?

I use a lot of different map making apis that auto move map tiles into position and one thing that commonly happens is the map will be finished. But then when I exit and return all the piece will be out of place. How do I force it to save the position? Cause it seems the auto save isn't working.
1608802185
GiGs
Pro
Sheet Author
API Scripter
There is a script than can lock things in place, I believe.  But if you things are being moved out of position after you leave, I wonder if the APIs you are using are making extra changes to layout. Things should not move after you log out.
<a href="https://github.com/shdwjk/Roll20API/blob/master/MapSnap/MapSnap.js" rel="nofollow">https://github.com/shdwjk/Roll20API/blob/master/MapSnap/MapSnap.js</a> Is the script that has the problem most often.