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
This post has been closed. You can still view previous posts, but you can't post any new replies.

Specify die type when rolling on rollable tables

1479925803

Edited 1479925821
Currently : You can only roll a certain amount of times on a rollable table. Ex: 1t[tableName] Request : Ability to roll a die type on a rollable table. Ex: 2d20t[tableName] I'll use the system I've been writing scripts for as an example. I'm setting up a Dungeon Crawl Classics game and there are a metric ton of tables used in the game. You roll different dice types for tables based on level, armor type, weapon type, etc. Since I can't use die type with rollable tables I have to input the tables I want to use in every macro.&nbsp; Reference 1:&nbsp; <a href="https://app.roll20.net/forum/post/2165711/script-p" rel="nofollow">https://app.roll20.net/forum/post/2165711/script-p</a>... Reference 2 (the macro with tables):&nbsp; <a href="https://gist.github.com/mister-lister/f6b9d42c88a7" rel="nofollow">https://gist.github.com/mister-lister/f6b9d42c88a7</a>...
1479988175
Ziechael
Forum Champion
Sheet Author
API Scripter
You can (sort) of accomplish this with inline rolls:&nbsp;[[[[1d10]]t[shield]]] =&nbsp; The biggest issue is that you have to hover over the single output result to see the results of the rest... A more flexible system would be great though so I endorse this suggestion... I just don't have any actual votes available at present sorry.
Thanks for the suggestion! After 30 days, Suggestions and Ideas with fewer than 10 votes are closed and the votes are refunded to promote freshness. Your suggestion didn't build the right momentum this time, but feel free to submit it again! We find that the best suggestions describe the problem you are having, and the solution you want. You can learn more about the process of making suggestions on the Roll20 Wiki! More details can be found here .