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

How to force image URL in rollable table content

So I'm trying to use the rollable table trick to show something based on the value of a character attribute. I created an attribute called 'elemental_stance', example value 'fire' Created rollable table called stancefire and added exactly one item with the value 'Take the fire stance [pic]( <a href="https://imgur.com/imagenamehere.png" rel="nofollow">https://imgur.com/imagenamehere.png</a>)' Added this to a (5e) attack description [[1t[stance@{charactername|elemental_stance}]]] I was hoping it will show 'Take the fire stance' followed by the picture from the URL, but instead it shows 'Take the fire stance [pic]( <a href="https://imgur.com/imagenamehere.png" rel="nofollow">https://imgur.com/imagenamehere.png</a>) ' I'm guessing the way the image link is parsed makes it behave like this. Is there a way to force the image to actually show, like it usually would if entered directly in chat?
1709768404

Edited 1709769262
vÍnce
Pro
Sheet Author
I think you will need the Recursive tables mod to get images to post using a roll-able table. example; !rt[showicons|iconlabel:off] [[ 1t[stance@{selected|elemental_stance}] ]] I am not sure if you can send that from within the 5e description though... It will probably get parsed as text. I'm guessing that it may need to be included in a macro that rolls the attack and sends the roll-able table command separately.