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

JavaScript

From Roll20 Wiki

Revision as of 14:26, 25 July 2021 by Andreas J. (Talk | contribs)

Jump to: navigation, search
Users can use JavaScript on Roll20 in two different cases, both of which are fairly restricted, and requires
Pro
info subscription to access:


1. Character Sheets: When editing or creating custom character sheets, JavaScript can be used in sheetworkers for creating more advanced backend features.
2. API Scripts: When editing or creating API Scripts.
  • The Roll20 API functions by running a special server-side virtual machine for each campaign. This provides an API sandbox where your custom scripts can run without any danger of them affecting other user's campaigns.

See Also: Javascript:Best Practices