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

ScriptCards Scripts

From Roll20 Wiki

Revision as of 14:08, 12 June 2023 by James S. (Talk | contribs)

Jump to: navigation, search

Script:ScriptCards

Links

[ScriptCards Thread on the Roll20 Mod Forums] Please use this link to report any issues or to seek scripting help via the forums.
[ScriptCards Mod Working and Sharing thread in the Roll20 Forums] Historical Archive of scripts shared in the Roll20 forums.
[ScriptCards Changelog on GitHub]
[Back to main ScriptCards information Wiki Page]
[ScriptCards API] GitHub repository for source before the one-click version is updated.
[ScriptCards Samples on the Official GitHub] Branch of the GitHub repo that contains sample scripts.

[ScriptCards Official Discord]
[ScriptCards Intro]
[ScriptCards Magic Missile Deep Dive]

Working scripts for ScriptCards

Contents

This page is intended to be a centralized repository of working scripts that have been tested and are working as expected. Please describe the intended results of the script, include any screenshots/images you think will support the script and then please post the script itself.


Template: Example Script Name

[Expand/Collapse
SCRIPT NAME]

This template represents some basic syntax to post a script on this page. Please be sure to copy and then paste this entire section at the end of the existing list of scripts. When updating your copy of the template, please remember the following tips:

  • In the code just below the heading line (with the ===) be sure the span class name ends in the exact same naming as the ID on the second line. The first part will be different on each row
    • <span class="mw-customtoggle- and <id="id="mw-customcollapsible-SCRIPT_NAME">
    • Capitals matter, so be sure to pay close attention.

Purpose of script: (Text)
Description of intended results: (Text)
Screenshots: (Initial screenshots; more can be added throughout the body of the contents) Images
Script code:

 Enter script code here

Be sure to keep the <pre>...</pre> tags around your main script code to prevent issues with anything in the script being considered as code to the Wiki page. Use <code>...</code> for inline code snippets.
Text with the Pre tags used 

This is what a snippet looks like wrapped in code tags.

Any other useful stuff. [WikiText markup cheat sheet:] </div>