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

Sheetworker Example not working

I'm feeling like a bit of an idiot at the moment, so I'd appreciate if someone could explain where I'm going wrong. I am just trying to learn the basics of sheetworkers, so I copied the example script from&nbsp; <a href="https://wiki.roll20.net/Sheetworker_examples_for_Non-programmers" rel="nofollow">https://wiki.roll20.net/Sheetworker_examples_for_Non-programmers</a> I added in the attributes at the bottom of my html, but when I open a character sheet nothing happens to the third box. I'm assuming I've messed something up in the HTML seeing as I just copy-pasted the sheetworker, but I can't think what.
1605212964
Kraynic
Pro
Sheet Author
One thing that is probably an issue is that in your html, the hp attribute is "hit_points", but in your sheetworker it is "hitpoints". I haven't tested anything, but that stands out to me as an issue.
thank you that did work. I wrote it like that because in the guide it said that the attribute was written that way. definitely should have thought to try doing that though, thank you