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

Hyperlink text returned by a rollables table and recursive table script

Hello, I'm using rollables tables combined with recursive table (which is awesome, by the way) to randomly create treasures found by my players, like so: This is working very well. I wonder if it's possible, for each items in the list, starting with the "potion of fire breath", to hyperlink this text. I would like to create a search that go on this site :&nbsp; <a href="https://www.aidedd.org/search/?q=" rel="nofollow">https://www.aidedd.org/search/?q=</a> &lt;item_name&gt;.&nbsp; You can have an example following this link . Thank you.
1588008595
The Aaron
Roll20 Production Team
API Scripter
Probably you could create the Rollable Table Items like this: [potion of fire breath](<a href="https://www.aidedd.org/search/?=potion+of+fire+breath" rel="nofollow">https://www.aidedd.org/search/?=potion+of+fire+breath</a>) and get that effect.&nbsp; You'd need to try it and see if that works...
Thank you for your answer. That works perfectly.