Category: Sheet Author
Do you want to make a character sheet or tweak an existing one? You’ll need to grasp HTML, CSS, and Javascript, and roll20 has its own tweaks that makes each of those a little more complicated. Don’t worry though – that’s where this blog comes in. If you’re a newbie to any of these things, you’ll find help here.
The One Line Repeating Section
When working ENTIRELY within a single row of a Repeating Section, Roll20 can supply the Row ID.
Less Simple Repeating Sections
Creating more complex repeating sections.
Simple Repeating Sections
How to build a simple repeating section, avoiding commnon pitfalls.
The Perils of Sheet Worker Functions
Many character sheets have functions. Here are the downsides.
Why You Must Test Roll20 Sheets on Roll20
Some things to be wary of when making your sheet.
Castle Falkenstein Design – Sheet Workers
The last in a series of character sheet examples.
A Sheet Worker Reprise
A quick overview of rules to follow and pitfalls to avoid
Removing the Dice Icon In Buttons
The dice icon in roll buttons was a great idea. Here’s how to remove it.
Function Library
Reusing code saves a lot of typing and avoids typos. Here’s how to do it.
Functions and the Fat Arrow
What are functions? What is the fat arrow syntax? How they make code easier to write.
Template Literals
What is a template literal? There are three types of quotation mark???
The Ternary Operator – The One-Line If
My favourite feature of JavaScript is just as useful in Roll20.
Visit the Sheet Author Master List