Submitting your character sheet to Roll20 First off all, congratulations. Seriously, this was a lot of work, and I’m proud of you. No matter how long it took you, or how much experience you had b...
Building a Roll20 Character Sheet Session 11: Advanced Topics
This is the last session where I’ll talk about making changes to your character sheet. Next session will be all about submitting it to Roll20. Here, you’ll learn about switching between tabs, auto...
Building a Roll20 Character Sheet Session 10: Roll Templates
What Are Roll Templates Roll templates are styled pieces of HTML that display certain data in the Roll20 chat window. They are tiny, reusable pieces of HTML that define a layout for different pa...
Building a Roll20 Character Sheet Session 9: Reacting in Roll20 With JavaScript
Last session we learned about variables and functions, as well as conditionals and loops. These combined make up the basic elements of JavaScript. Now, we’re going to put these elements to good use...
Building a Roll20 Character Sheet Session 8: JavaScript Overview
What is JavaScript JavaScript is a programming language that powers the web. It allows you to dynamically update content (like displaying how many times a button is clicked), enable user interacti...
Building A Roll20 Character Sheet Session 7: Advanced CSS
It should be noted that what I’m referring to as “Advanced CSS” in this session is more appropriately called “Intermediate CSS”. I am not an expert, and do not want to give the impression that t...
Building A Roll20 Character Sheet Session 6: The Body
Our header is done! Let’s jump into the body. We’re going to learn about repeating sections, the img tag (and re-using our avatar), and set ourselves up for some button work that we’ll return to in...
Building A Roll20 Character Sheet Session 5: Filling It In (With Flex)
By the end of this session, we’ll have the header finished, and we can move on to learn about repeating sections in the next session! Filling It In Okay! After last session, we’ve got the skeleto...
Building A Roll20 Character Sheet Session 4: Putting It All Together
In the last session, we started building an extremely rudimentary character sheet, and got it loaded into roll20. Now, we’re going to build the skeleton of a character sheet worth using. Getting S...
Building A Roll20 Character Sheet Session 3: Getting Started With Roll20
Adding a Sheet to Roll20 It’s finally time! Time to take what we’ve learned in the last 2 sessions and actually start building our character sheet. There are two ways to edit a character sheet in...