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

Macros and Links within Rollable Tables

Is there some way (without writing an API script) that I can call a macro or embed a hyperlink within a rollable table item?? I am creating random encounter tables...some of the items could have multiple outcomes which i want to build into other tables... Thanks in advance..
1526629354
GiGs
Pro
Sheet Author
API Scripter
No, rollable tables just give plain text or pictures, unfortunately. However, there is already a  RecursiveTables script by our resident Scriptomancer, that does what you need.
G G said: No, rollable tables just give plain text or pictures, unfortunately. However, there is already a  RecursiveTables script by our resident Scriptomancer, that does what you need. That Recursive Tables script is fantastic...took me a while to get the hang of it, but I finally sorted the coding and it is AWESOME!!! Does EXACTLY what I wanted...Thanks so much...I am officially a very Happy GM  :D
1526651695
The Aaron
Pro
API Scripter
You're welcome!  Glad to hear it's working for you.  =D  Let me know if you run into any issues.
The Aaron said: You're welcome!  Glad to hear it's working for you.  =D  Let me know if you run into any issues. The Aaron....is there any way I can have a hyperlink within the text of a table item??
1526907386
The Aaron
Pro
API Scripter
hmm...&nbsp; maybe?&nbsp; Try the basic formatting syntax: [label](<a href="http://some.url/that/you/want" rel="nofollow">http://some.url/that/you/want</a>)
The Aaron said: hmm...&nbsp; maybe?&nbsp; Try the basic formatting syntax: [label](<a href="http://some.url/that/you/want" rel="nofollow">http://some.url/that/you/want</a>) It works!!!&nbsp; You sir are a genius&nbsp; :D
1527264401
The Aaron
Pro
API Scripter
Great!