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

Rolling on a rollable table a random number of times

1500538219

Edited 1500538294
Hey everyone, I'm trying to create a macro to automatically roll everything for D&D 5e Treasure Hordes and I've run into a problem right out of the gate. Essentially, I'm trying to roll on a table   10gpgemstones   2d6  times (or any number of times, really). Doing something akin to [[ [[2d6]]t[10gpgemstones] ]] almost  works. I get a result that looks like Is there any way to "uncompress" all that text or make 2d6 different rolls all inline with one another? I've tried searching through the API with no luck. Thanks!
1500538671
The Aaron
Pro
API Scripter
This is basically what I built my RecursiveTable script for:&nbsp;<a href="https://app.roll20.net/forum/post/4954818/script-update-recursivetables-now-with-direct-support-for-whispering-roll-templates-and-more" rel="nofollow">https://app.roll20.net/forum/post/4954818/script-update-recursivetables-now-with-direct-support-for-whispering-roll-templates-and-more</a>
That's exactly what I needed, thanks :)
Please show me how to use the script to get it to work. I am still not getting it. (same issue) /w gm &{template:npcaction} {{rname=Magic Items}} {{name=Table A}} !rt[Delimiter:+] {{description=[[[[1d6]]t[MagicItemA]]]}} Don't know what I am doing wrong.
!rt[Delimiter:+] /w gm &{template:npcaction} {{rname=Magic Items}} {{name=Table A}} {{description=[[[[1d6]]t[MagicItemA]]]}} This does nothing. Do I need to be a PRO level subscriber?
Yes. And you need to have the script installed.
Thank you!