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

Images in Rollable Table not displaying via Macro

1691250674

Edited 1691250698
I've set up a Rollable Table for HeroQuest combat dice which is working correctly when I roll from it directly. However, when rolling from it via a macro to roll 1-5 dice, it isn't displaying the images. Anyone know why this would be the case? Thanks
Unfortunately that’s just the way that the Roll20 inline dice roller with images works. You’d need to build a macro that outputs several inline rolls, instead of a single inline roll with several dice.&nbsp; [[4t[HQ]]] would become [[1t[HQ]]]&nbsp; [[1t[HQ]]]&nbsp; [[1t[HQ]]]&nbsp; [[1t[HQ]]]. There are several suggestions for improvements to the dice roller, but this is a fairly comprehensive one to upvote:&nbsp; <a href="https://app.roll20.net/forum/post/1260406/rewrite-the-dice-roller" rel="nofollow">https://app.roll20.net/forum/post/1260406/rewrite-the-dice-roller</a>
1691256504
GiGs
Pro
Sheet Author
API Scripter
As Jarren says, the rolling from tables only displays an image if you just do one "die" at a time. Multiple dice use the item column and get added together automatically.
Thanks for the replies. You're saying it should work with a single "die"? It's not displaying the image for that either.
There is a script that can do it but you need to be a pro
Kilter, what is the script's name?
<a href="https://app.roll20.net/forum/post/5954076/script-update-recursivetables-now-with-rollable-table-images-and-better-prefixing-rules-for-roll-templates" rel="nofollow">https://app.roll20.net/forum/post/5954076/script-update-recursivetables-now-with-rollable-table-images-and-better-prefixing-rules-for-roll-templates</a>
1691439205
timmaugh
Roll20 Production Team
API Scripter
The metascript toolbox (specifically Muler &amp; ZeroFrame) can also do this.