Category: Sheet Worker Guide

25
Apr
2023
Posted in Sheet Worker Guide

Castle Falkenstein Design – Sheet Workers

The last in a series of character sheet examples.

21
Apr
2023
Posted in Sheet Worker Guide

A Sheet Worker Reprise

A quick overview of rules to fallow and pitfalls to avoid

31
Mar
2023
Posted in Sheet Worker Guide

setAttrs and Saving Attributes

Saving attributes isn’t always simple! more about that here.

28
Mar
2023
Posted in Sheet Worker Guide

Action Buttons

Action Buttons are another way to launch sheet workers. Click the button to toggle buffs, show or hide tabs, and more.

24
Mar
2023
Posted in Sheet Worker Guide

Changes and the eventInfo Object

What is the eventInfo object, and what is it good for. Find out here.

17
Mar
2023
Posted in Sheet Worker Guide

Events, and watching Attributes

When you click a button or change an attribute, here’s what happens.

14
Mar
2023
Posted in Sheet Worker Guide

Asynchronicity and Things to Avoid With Loops

What does Asynchronicity mean and how does it affect you?

07
Mar
2023
Posted in Sheet Worker Guide

Undefined and Other Error Values

About undefined and similar “unvariables”. Avoid them when you can.

03
Mar
2023
Posted in Sheet Worker Guide

Strings, Arrays, and Loops

An example of using different techniques to solve a problem – Strings, Loops, and Arrays.

28
Feb
2023
Posted in Sheet Worker Guide

Logging in the Browser Console

How to use the browser console, and control what appears there.

24
Feb
2023
Posted in Sheet Worker Guide

Strings in Sheet Workers

Introducing Strings, what they are and how to use them.

17
Feb
2023
Posted in Sheet Worker Guide

Getting Loopy With JavaScript

If you want to do the same thing over and over, you need a loop.