You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get the inverted private mode to work. Using the Github 1.2 version.
invertedMarker = true and the list behaves as default. [GM] maps are in private while unlabelled maps are in public.
EDIT: The plot thickens. I have no idea why, but the inversion now works in the API.
"{"debug":true,"gmNotify":true,"marker":"[GM]","invertedMarker":true}"
However, when I copy pasted the script from that API to another game, the inversion doesn't work:
"{"debug":true,"gmNotify":true,"marker":"[GM]","invertedMarker":false}"
Didn't change a thing between the copy/paste, nor are either game running any other APIs.
I have no idea what happened.
See the above post, it looks like on first loading the script into a new campaign it is not loading the users changes to the config into the state, it is loading the hard coded defaults and then pulls the users change on the second load.
The text was updated successfully, but these errors were encountered:
Possible help for this would be to check and update each of the options individually and to keep a cached copy of the config to compare to.
Use the cached copy to see if changes have been made since the last load, if they have then then update them, may also allow runtime config edits this way.
https://app.roll20.net/forum/permalink/3491471/
See the above post, it looks like on first loading the script into a new campaign it is not loading the users changes to the config into the state, it is loading the hard coded defaults and then pulls the users change on the second load.
The text was updated successfully, but these errors were encountered: