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

Custom Dice Question

I've made a table for my custom die and for 2d.  They work fine.  Making tables for 3d and higher is daunting.  That's thousands of entries.  Is there a way to just make the table for 1d and type a command to roll it x# times?  And, will it sum the total?
1493211058
The Aaron
Pro
API Scripter
I'm not clear on what you mean by 1d, 2d, etc in this context, can you give a few examples?
1d = 1 die; 2d = 2 dice; etc. GURPS uses this abbreviation, for instance, because all GURPS dice are d6, so there's no point in putting a 6 after everything. Quicknickel, if your custom dice just return numbers, then just use Rollable Table rolls to roll multiple custom dice. Suppose your Rollable Table is called CustomDie. It produces the results of rolling 1d. To roll a single die, you use: /roll 1t[CustomDie] If you want to add multiple custom dice rolls together, change the number in front of the "t": /roll 2t[CustomDie] /roll 3t[CustomDie] Not only will it sum the custom dice, it'll show the individual results of each die as well.
It took a bit of playing with it, but I figured it out.  Mucho gracias, David.