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:CharSheet"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=Charsheet |author={{user profile|446206|TECH}} |version=1.2 |lastmodified=2016-04-18}} Allow your players to create their own character sheets using a...")
 
(Updated description to match script.json)
Line 10: Line 10:
  
 
:'''!charsheet'''
 
:'''!charsheet'''
::''Creates a character sheet controlled by the user that used the command and visible to all players with the default name "Blank_Character".''
+
::''A simple and easily customizable script allowing players to create their own character sheets. Using the command '!charsheet' will generate a character sheet controlled by the user that runs the command and visible in the journal to all players.''
  
 
<br clear="all">
 
<br clear="all">

Revision as of 02:18, 14 June 2017

API ScriptAuthor: TECH
Version: 1.2
Last Modified: 2016-04-18
Code: Charsheet
Dependencies: None
Conflicts: None

Allow your players to create their own character sheets using a simple script command.

Commands

!charsheet
A simple and easily customizable script allowing players to create their own character sheets. Using the command '!charsheet' will generate a character sheet controlled by the user that runs the command and visible in the journal to all players.


Changelog

v1.2 (2016-04-18)

  • Release/Final