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

Nesting Rollable Tables (or at least approximating it)

Im trying to make some tables in roll20 to help me randomise some things for a hexcrawl. Logistically, this is rolling on a table to see if theres any alteration to a terrain, then another to see what kind, then on another to get a random detail, where each table being rolled on depends on the result of the previous. I am currently attempting to do this by using a macro to roll on a table ( /w gm [[1t[test-table]]] ) where, for testing purposes, 'test-table' has one entry ( <a href="!
test-random-2">Next Step</a> ), where test-random-2 is another macro that rolls on a table, but i cant make the initial macro output give a button. Is there a reasonable way to do this? or just a completely different method? or should i just do it manually?
1625605296
The Aaron
Roll20 Production Team
API Scripter
Without the API, this is your best bet:&nbsp;<a href="https://app.roll20.net/forum/permalink/6948596/" rel="nofollow">https://app.roll20.net/forum/permalink/6948596/</a> With the API, you can use&nbsp; RecursiveTable .
TYSM! yall are so quick n helpful with this stuff :)