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

Multiple Custom Character Sheets?

I've been designing a character sheet for a Fallout game, however, I'm not entirely sure how to make an additional character sheet (I'm using HTML to accomplish this) that I would be able to select for my NPCs. Does anyone have any prior experience with how to do this?
1510567319
Jakob
Sheet Author
API Scripter
You add a switch (i.e. checkbox or radio) on your character sheet that toggles between displaying your normal sheet and the NPC part of the sheet.
Thank you! I'll play around with it.
@Jakob, I've given this about three hours of work and a lot of scouring the internet for how to make this work and I've failed miserably. I have check boxes inserted (radio), but I basically just have check boxes that don't make multiple tabs. No idea if I'm doing this wrong or its working as intended. If you have the patience or resources to help me out to point me in the right direction, I would be eternally grateful. keeps resulting in me getting just checkboxes without any tabs and is causing me to pull my hair out.
1510640200
vÍnce
Pro
Sheet Author
Have you tried using Brian's Tab tutorial/example from the CSS Wizardry thread?&nbsp; Also found on the wiki here:<a href="https://wiki.roll20.net/CSS_Wizardry#Tabs" rel="nofollow">https://wiki.roll20.net/CSS_Wizardry#Tabs</a>&nbsp;
I haven't yet! Thanks for the post @Vince