JavaScript
From Roll20 Wiki
Revision as of 09:18, 12 October 2021 by Andreas J. (Talk | contribs)
Page Updated: 2021-10-12 |
Disambiguation page for "JavaScript" |
This page is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |
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.
- 2. API Scripts: When editing or creating API Scripts.
See Also: Javascript:Best Practices