
I am trying to figure out a way to have a rollable table that will do the following using the RecursiveTables API. Any help would be great!
Lets say I want to have a table: lifestyle
which have three items: bad, good, great
If the table rolls bad, then it will automatically roll on table: bad_events
the final output would be an item from table: bad_events.
Is there a way?