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

Abilities shown based on class/race

1618659595

Edited 1618659707
I am not asking for anyone to write the code for me, but maybe give me enough example that I can start. "Read the forums" "read roll20 character sheet" "go to college and become a programmer" doesn't help. Sending a link to a similar function or showing an example code and a brief explanation of it does help. What I want the character sheet to do is once you select class and race then the sheet automatically populates skills and powers based on those selections. I assume it would be similar to the if/else conditionals used to set the ability score modifiers you all taught me to do. In short (without coding) If race is elf then ability 1 is infra vision 60 feet If race is elf then ability 2 is find secret doors If race is elf then ability 3 is sleep and charm resistance Etc ...... Bonus points if you can give me clues how that can affect repeating abilities.
Have you tried building a character with the Charactermancer? That seems to do most of what you are asking.
Charactermancer only works with a few games. None of them are games that I play. 
1618681739

Edited 1618681918
Andreas J.
Forum Champion
Sheet Author
Translator
See the "How to integrate table of stats into a sheet" -example found on here: <a href="https://wiki.roll20.net/Sheet_Worker_Snippets#See_Also" rel="nofollow">https://wiki.roll20.net/Sheet_Worker_Snippets#See_Also</a> "Read the forums" "read roll20 character sheet" "go to college and become a programmer" doesn't help. You forgot the "check the related documentation" part :D But yeah, the sheetworker documentation could always be better, there are a number of core/basic examples on the various pages.
Andreas J. said: See the "How to integrate table of stats into a sheet" -example found on here: <a href="https://wiki.roll20.net/Sheet_Worker_Snippets#See_Also" rel="nofollow">https://wiki.roll20.net/Sheet_Worker_Snippets#See_Also</a> "Read the forums" "read roll20 character sheet" "go to college and become a programmer" doesn't help. You forgot the "check the related documentation" part :D But yeah, the sheetworker documentation could always be better, there are a number of core/basic examples on the various pages. I didn't forget it, it was covered under the "read roll20 character sheet".&nbsp;