Check out the Menu choices above. Each leads to a different section of the site.
Category: Sheet Worker Guide
The Script Block and Identifying Characters
Why are sheet workers built the way they are?
The Perils of Sheet Worker Functions
Many character sheets have functions. Here are the downsides.
Castle Falkenstein Design – Sheet Workers
The last in a series of character sheet examples.
A Sheet Worker Reprise
A quick overview of rules to fallow and pitfalls to avoid
Functions and the Fat Arrow
What are functions? What is the fat arrow syntax? use these to make your code easier to write.
Template Literals
What is a template literal? Three quotation marks???
The Ternary Operator – The One-Line If
My favourite feature of JavaScript is just as useful in Roll20.
setAttrs and Saving Attributes
Saving attributes isn't always simple! more about that here.
Action Buttons
Action Buttons are another way to launch sheet workers. Click the button to toggle buffs, show or hide tabs, and more.
Changes and the eventInfo Object
What is the eventInfo object, and what is it good for. Find out here.
Events, and watching Attributes
When you click a button or change an attribute, here's what happens.
Asynchronicity and Things to Avoid With Loops
What does Asynchronicity mean and how does it affect you?