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

Difference between revisions of "Script:Example"

From Roll20 Wiki

Jump to: navigation, search
(Syntax)
Line 16: Line 16:
  
 
== Installation and Configuration ==
 
== Installation and Configuration ==
 +
Copy the script's code, available from the menu on the right and stored at Roll20's GitHub Repository. Paste the code into a new script in your campaign's [[API:Use_Guide#The_Script_Editor|API Script Editor]]
  
 
== Changelog ==
 
== Changelog ==
 +
'''v.1.1 (2015-01-07)'''
 +
* Included better documentation
 +
* Fixed formatting issues
 +
'''v.1.0 (2015-01-06)'''
 +
* Release

Revision as of 17:02, 7 January 2015

API ScriptAuthor: 5047
Version: 1.0
Last Modified: 2015-01-06
Code: Bloodied and Dead Status Markers
Dependencies: None
Conflicts: None

This is an example of an API script listing to demonstrate the format we'd like contributors to mimic. Keeping a unified look will lower the barrier to entry for mentors just learning how to use API scripts in their games. In this space we're looking for a general description of the script and it's use. If there a specific installation instructions you should make a note of it here but detail them in the Readme.txt and optionally below in it's own section.

Syntax

!example
!example 3
!example off

Installation and Configuration

Copy the script's code, available from the menu on the right and stored at Roll20's GitHub Repository. Paste the code into a new script in your campaign's API Script Editor

Changelog

v.1.1 (2015-01-07)

  • Included better documentation
  • Fixed formatting issues

v.1.0 (2015-01-06)

  • Release