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

Script:Skillbook

From Roll20 Wiki

Revision as of 03:38, 14 March 2016 by James W. (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

API Script Author: James W.
Version: 1.10
Last Modified: 2016-3-13
Code: Skillbook
Dependencies: None
Conflicts: Unknown

Skillbook will generate a token action that will put a template with buttons for each of a character's skills into the chat log, so players can quickly roll skill checks without having to open their character sheets. These buttons use the macros listed on the character sheet, so any changes to the macros or the skill modifiers on the sheet will work with these buttons.

Note that Craft, Lore, Perform, and Profession skills, as well as the "misc" skills at the bottom of the sheet, will only be added to "skillbook" if the names are filled in; changes to the names won't require rerunning the script, but filling in new names will.

This script is hard-coded to put this token action into a character ability named "Skills"; if a character already has an ability with that name, it will overwrite that ability. If you wish to keep that character ability, be sure to rename it first.

Use

Select the token (or tokens) that represent the characters you want to generate skillbooks for, then type "!skillbook" into the chat window. If you ever need to re-generate the skillbook (such as when a character fills in a skill name that was blank the first time around), just do that again, and it'll overwrite the existing token action.

Changelog

v1.10 (2016-03-13)

  • Updated to work with beta sheet that includes multiple Artistry and Lore skills


v1.00 (2016-03-13)

  • Release