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

LF D&D 5e by Roll20 Character Sheet code

Hi, I'm kinda new, ust starting to make my first game. I've seen some tutorials where they show how to set up macros and abilitys and one of them referred to the code of sheet to directly use the buttons programed there. My question is where can I find the code for the sheet so I can see the button names. Thank you!
1596633354
Kraynic
Pro
Sheet Author
One way to find a roll button name is to drag it from the sheet to your quick macro bar (you have to enable that in the collections tab to get it to appear). You can also right click on the button you want the name of and select inspect element, and your browser should show you the html for that element of the sheet. Or you can look at the code (there are a few sheets that are proprietary and the current code isn't publicly posted) on github:&nbsp; <a href="https://github.com/Roll20/roll20-character-sheets" rel="nofollow">https://github.com/Roll20/roll20-character-sheets</a>
Your information is very useful, now I know I can drag and drop a roll from the CS to the macro bar too. I guess the D&amp;D 5e by Roll20 is one of those sheets that are not plubic, right? Because I can't find it on Github. Thank you very much! Kraynic said: One way to find a roll button name is to drag it from the sheet to your quick macro bar (you have to enable that in the collections tab to get it to appear). You can also right click on the button you want the name of and select inspect element, and your browser should show you the html for that element of the sheet. Or you can look at the code (there are a few sheets that are proprietary and the current code isn't publicly posted) on github:&nbsp; <a href="https://github.com/Roll20/roll20-character-sheets" rel="nofollow">https://github.com/Roll20/roll20-character-sheets</a>
1596773558
Kraynic
Pro
Sheet Author
The newest code isn't, but an older version is there listed as something like DD5E legacy or something like that.
1596774469
Andreas J.
Forum Champion
Sheet Author
Translator
<a href="https://github.com/Roll20/roll20-character-sheets/tree/master/DD5thEditionLegacy" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/DD5thEditionLegacy</a> , as Kraynic said