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

From Roll20 Wiki

Jump to: navigation, search
(initial release)
 
(tagged as "discontinued API")
 
Line 46: Line 46:
 
== Changelog ==
 
== Changelog ==
 
{{changelog version|0.1|2015-03-15|* Initial Release}}
 
{{changelog version|0.1|2015-03-15|* Initial Release}}
 +
[[Category:Discontinued API Scripts]]

Latest revision as of 15:03, 17 June 2020

API ScriptAuthor: Casey Link
Version: 0.1
Last Modified: 2015-03-15
Code: GUMSHOE
Dependencies: None
Conflicts: None

A point-spending engine for GUMSHOE systems Roll20.

Contents

[edit] Supported GUMSHOE Games

These GUMSHOE Games are currently supported by the script:

[edit] Installation and Configuration

  1. Add a supported GUMSHOE character sheet to your campaign
  2. Add this script - Copy the script's code, available from the menu on the right and stored at Roll20's API GitHub Repository. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign.
  3. Create characters in game & fill in attributes
  4. Assign players one active character token on the table - The script determines which character a player is acting as based on which token they control on the table. You can put them in the GM layer if you don’t want them visible.

[edit] Script Use

Click the roll button on the character sheet. Type the number of points you want to spend and click OK.

Optionally use the !roll command.

[edit] Feedback

Please report bugs, issues, and feature requests to Casey Link on Github

[edit] Development

Want to develop support for another GUMSHOE game? You can base your sheet of an existing game. Detailed API info coming soon.

[edit] Syntax

This is optional, it is recommended to use the character sheet buttons instead.

!roll accounting 1


[edit] Changelog

v0.1 (2015-03-15)

  • Initial Release