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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
Anyone know if this is possible? I'm working on some statblock import functionality for my sheet and it'd be nice if I could just set the whole thing at once.
Don't know why you couldn't...it's just an attribute: attr_character_name So, I'd think you could just as easily setAttrs on that like any other attribute.
Hmm... I thought this used to work. My Arkham Horror sheet tries to do it: <a href="https://github.com/Roll20/roll20-character-sheets/" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/</a>... But I just tried Arkham Horror again, and the name doesn't change. And the description on the sheet says that it won't change.
it's never worked AFAIK I assumed it was deliberate and they didn't want people updating it. so on the pathfinder sheet, when you drag a monster to the import section, it's the actual <input type="text" name="character_name" value="" accept="xyz" /> that you update, so the drag updates it, not the worksheet.