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:Cypher Roller"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name= |author={{user profile|62863|Nicolai V.}} |lastmodified=2014-3-9 |version=2.2}} '''Cypher Roller''' creates the API commands <code>!c</code> and <cod...")
 
m
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
{{script overview
 
{{script overview
|name=
+
|name=Cypher Roller
 
|author={{user profile|62863|Nicolai V.}}
 
|author={{user profile|62863|Nicolai V.}}
 +
|version=0.8
 
|lastmodified=2014-3-9
 
|lastmodified=2014-3-9
|version=2.2}}
+
}}
  
 
'''Cypher Roller''' creates the API commands <code>!c</code> and <code>!cg</code>. The former will roll a Cypher from installed cypher modules and the latter will generate full indexed handout with a list of all the cyphers as well as individual archived handouts with the stats of each individual cypher. Be aware both scripts does not work properly on the live server yet, and be aware the latter script does not have a script to remove the handouts, and it will generate 100-500 handouts.
 
'''Cypher Roller''' creates the API commands <code>!c</code> and <code>!cg</code>. The former will roll a Cypher from installed cypher modules and the latter will generate full indexed handout with a list of all the cyphers as well as individual archived handouts with the stats of each individual cypher. Be aware both scripts does not work properly on the live server yet, and be aware the latter script does not have a script to remove the handouts, and it will generate 100-500 handouts.
Line 16: Line 17:
 
=== Installation ===
 
=== Installation ===
 
The main code does not do anything by itself and it requires the insertion of modules to allow cyphers to be rolled, and requires a roll template to be added to the character sheet for proper chat message formatting.
 
The main code does not do anything by itself and it requires the insertion of modules to allow cyphers to be rolled, and requires a roll template to be added to the character sheet for proper chat message formatting.
'''Available Roll Templates'''
 
 
 
'''Available Cypher Modules'''
 
  
 +
=== From Author===
 +
Need help setting up this wiki page to add the links for the scripts.
 +
Links and most information available here:
 +
https://app.roll20.net/forum/post/1686858/api-numenera-cypher-roller
  
 
=== Changelog ===
 
=== Changelog ===
 
{{changelog version|0.8|2014-3-8|* Release}}
 
{{changelog version|0.8|2014-3-8|* Release}}
 +
[[Category:Cypher System]]

Latest revision as of 16:47, 21 May 2021

API ScriptAuthor: Nicolai V.
Version: 0.8
Last Modified: 2014-3-9
Code: Cypher Roller
Dependencies: None
Conflicts: None

Cypher Roller creates the API commands !c and !cg. The former will roll a Cypher from installed cypher modules and the latter will generate full indexed handout with a list of all the cyphers as well as individual archived handouts with the stats of each individual cypher. Be aware both scripts does not work properly on the live server yet, and be aware the latter script does not have a script to remove the handouts, and it will generate 100-500 handouts.

Contents

[edit] Syntax

!c <Player>@<Module>@<Number>
!cg

[edit] Installation

The main code does not do anything by itself and it requires the insertion of modules to allow cyphers to be rolled, and requires a roll template to be added to the character sheet for proper chat message formatting.

[edit] From Author

Need help setting up this wiki page to add the links for the scripts. Links and most information available here: https://app.roll20.net/forum/post/1686858/api-numenera-cypher-roller

[edit] Changelog

v0.8 (2014-3-8)

  • Release