Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Using the Console Log

March 01 (2 years ago)
GiGs
Pro
Sheet Author
API Scripter

For those who don't know, I'm making a blog to help those making a Roll20 character sheet. I think my latest post on logging in the browser console has a lot of stuff in it that most people havent used, so check it out: https://cybersphere.me/logging/

It's a work in progress, but there's a lot of help there for people using HTML, CSS, or JavaScript, geared to the needs of Roll20.

March 01 (2 years ago)
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator

Nice write up gigs. Something I've recently discovered is that debugger works in character sheet code which can make figuring out an issue a lot easier cause you can step through functions as they process.

March 01 (2 years ago)
GiGs
Pro
Sheet Author
API Scripter

That's interesting. I'll have to look into that.

March 02 (2 years ago)

GiGs,  Thank you for posting the link to your Blog. I have already spent a few hours there surfing and reading.  It has been a great resource, very helpful, and very educational. And yes, I did subscribe.  


March 02 (2 years ago)
GiGs
Pro
Sheet Author
API Scripter

I'm glad you're finding it useful, Sean - thanks for the subscription :)

April 08 (2 years ago)
vÍnce
Pro
Sheet Author


Scott C. said:

Nice write up gigs. Something I've recently discovered is that debugger works in character sheet code which can make figuring out an issue a lot easier cause you can step through functions as they process.

Can you share any more details Scott?
Thanks