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

Stars without number, character sheet bugged.

When you place XP under the goals section, it deletes goals it's allocated to and replaces with the XP value inputted. My entire group had out goals deleted.
I believe line 379 and 382 holds the error. <div class="sheet-row sheet-misc-goal"><input type="text" name="attr_misc_goal"></div> <div class="sheet-row sheet-misc-goal-xp"><input type="number" min="0" name="attr_misc_goal"></div> It appears both line 379 and 382 uses attr_mis_goal. Line 382 should have a _xp right after that so they aren't using the same variables. I'm not subscribed with the mentor package, so I unfortunately cannot upload a custom sheet and see if the tweak in the line would fix the bug at hand but I believe it should. Is there a way I can forward this bug directly to someone able to troubleshoot and fixed this simple but very annoying bug?