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 .
×

Incorporating Tables into a Macro

Hi Everyone,           I am using roll 20 as a plate form to play Blood Bowl. I have created everything I need, but 1 important step. For those unfamilar, blood bowl uses customer d6's for dice rolling in combat.   I am trying to incorporate a roll table which I have already created with the custom dice faces. It works fine, but I can see it as the DM, but need to be able to program a macro. I am new to roll 20 and have watched several you tube videos but still have not solved my problem. Any help? I want to create 3 macros my players can roll 1, 2, or 3 times on the table.  Any help is welcomed and apprechiated thanks
1616722392
Andreas J.
Forum Champion
Sheet Author
Translator
<a href="https://wiki.roll20.net/Complete_Guide_to_Macros_%26_Rolls#Roll_Table" rel="nofollow">https://wiki.roll20.net/Complete_Guide_to_Macros_%26_Rolls#Roll_Table</a>
1616749102
Ziechael
Forum Champion
Sheet Author
API Scripter
For the actual roll option you'll want to drop a query in there to limit the number of rolls used and I'm guessing you'll want to output the image on the table rather than any text label, you can also give the table sides numerical values if you can coerce the custom dice into a mathematical equation: /r ?{Number of rolls|1|2|3}t[bloodbowl] It's not going to be pretty but it'll work :D