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

[Script] Level 0 character generator for DCC tabbed sheet

So, I'm gearing up to run DCC, but it's kind of a pain to make a lot of 0th level guys, so I figured I'd write this. I did not expect it to be so much effort. Anyways, make a macro called CharGen or something, body is: !CharGen0 ?{Number|1|2|3} To make 1, 2, or 3 characters, assigned to the player who entered the command. Expand the macro, or change it to empty query if you like. The script outputs to chat for each character made, in case you're concerned about changes to the sheet prior to your review. It may be bugged, please let me know if you encounter some. The script handles most random rolls for character gen, this is using the core rulebook for Dungeon Crawl Classics. It does not deal with bonus languages, as, in the case of Elves with high int, this requires knowing the player's alignment prior to rolling. It does add common and racial languages Gist:&nbsp; <a href="https://gist.github.com/Bastlifa/80f98f727ff08dca5b3423776e08f0f9" rel="nofollow">https://gist.github.com/Bastlifa/80f98f727ff08dca5b3423776e08f0f9</a> Hard to show a picture, as the sheet scrolls off the screen. Anyways, hope it's useful.
1539692978
GiGs
Pro
Sheet Author
API Scripter
Nice concept - I dont play DCC, but I'll try to find time to give it a try later.