Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Script:Base64

From Roll20 Wiki

Revision as of 15:22, 17 June 2020 by Andreas J. (Talk | contribs)

Jump to: navigation, search
API ScriptAuthor: Aaron C. M.
Version: 0.3.2
Last Modified: 2019-12-07
Code: Base64
Dependencies: None
Conflicts: None


Base 64 encoding for Roll20 Scripts. (Adapted from http://www.webtoolkit.info/ )

This script is used as a dependency for other scripts that need to encode data for transfer between Games or for downloading.

Changelog

https://github.com/Roll20/roll20-api-scripts/pull/889 v0.2 (2019-12-07)


v0.2 (2015-02-01)

  • Release