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

Coding Help Needed! New Custom Character Sheet

I've done a lot of Forum RP's in the past, and recently I've been wanting to take one of the old Pokemon sites I was on and turn it into a Roll20/Tabletop game. I'm a Graphics and Art kinda guy, I know a bit about HTML but absolutely nothing about CSS or coding. I've tried going through other sheets, copying what code I can and edit it to fit, but I've starting to hit a lot of roadblocks that I honestly dont know how to deal with.  Can someone point me to a good resource on how to code something directly for Roll 20? like advantage and disadvantatge tabs, NPC and Player toggle, Roll buttons, Stats, and able to pull those numbers into rolls.  Like I said, I know graphics, so I've made what I'm looking to create in photoshop, I just need to know how to do the coding behind it. Or if You're a master coder and think you can do it all for me I can write up a commision contract. 
1609087569

Edited 1609087813
Andreas J.
Forum Champion
Sheet Author
Translator
Start from this page: <a href="https://wiki.roll20.net/Building_Character_Sheets" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets</a> Beyond the wiki documentation for creating sheets(better than the Help Center version), you need to learn HTML/CSS + Javascript separately, as you can't rely on the roll20-specific documentation alone, or only looks at existing character sheet code. There is no youtube tutorials for this AFAIK. Can someone point me to a good resource on how to code something directly for Roll 20? like advantage and disadvantatge tabs, NPC and Player toggle, Roll buttons, Stats, and able to pull those numbers into rolls. NPC and Player toggle: <a href="https://wiki.roll20.net/CSS_Wizardry#Show.2FHide_Areas" rel="nofollow">https://wiki.roll20.net/CSS_Wizardry#Show.2FHide_Areas</a> Stats: <a href="https://wiki.roll20.net/Building_Character_Sheets#Storing_User_Data" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets#Storing_User_Data</a> Buttons &amp; how to use them: <a href="https://wiki.roll20.net/Button" rel="nofollow">https://wiki.roll20.net/Button</a>
Thank you very much! This has already been a massive help. I'll reach out again if I get majorly stuck.&nbsp; ᐰndreas J.