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

Custom sheet, no save option?

1472942591

Edited 1472942629
So, I've made a custom character sheet for my game. When making a character and filling out/selecting options on the sheet. There is no problem. But, after closing down the character sheets, they are empty upon reopening!!! I cannot locate any save options... Any suggestions as to what is wrong?
1472948974

Edited 1472949077
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
I don't know squat about character sheets, but you're going to need to put up a link to your code on a place like github or paste bin so those who do know char sheets can see what you are trying to do.
1472949157
vÍnce
Pro
Sheet Author
Sheets save attribute data automatically.  Enter data and click/tab into another field to save the data.  If you find your attributes are not saving, you may not have a properly formatted attribute name, ie name=" attr_ foo".  Post some of your code if you are still having problems. Hope this helps.  Cheers
Vince said: Sheets save attribute data automatically.  Enter data and click/tab into another field to save the data.  If you find your attributes are not saving, you may not have a properly formatted attribute name, ie name=" attr_ foo".  Post some of your code if you are still having problems. Hope this helps.  Cheers Wonderfull :D That helped, i somehow had glossed over the requierment for attr_  Thanks a lot :D