
Hello everyone, I am currently developing a table suite for Roll20. Let's say we have a sheet with 3 different tables to roll on and in the results of these tables there are results that prompt another roll (like a sub-table basically). I am trying to create the following: 1) The GM sees the image of the table sheet and decides whether they want to roll on an individual table on the sheet or roll everything at once. 2) The option they chose gives out the result in chat, so they can easily copy it into a document or a journal entry. Example Sheet: A beast hunt. Tables: (1) Weapons provided. (2) Beast. (3) Circumstance. Results on (2) Beast: (1d3) White Buffalo Giant Rabbit with (1d2) 1 - no teeth, 2 - sharp teeth Blue Crocodile I need macros to make this happen, I presume, and would like to avoid using any rollable tables in the first place. So the solution to this would be creating a character sheet with the sheet image in the bio/info tab and then setting up all the necessary macros as abilities. The macro rolling for (2) would have to do the following: Roll. If [1], output "White Buffalo". If [2], output "Giant Rabbit with" if [[1d2]] 1("no teeth") | 2("sharp teeth"). If [3], output "Blue Crocodile". This needs to happen without API support, because it needs to be available for free users. Can anybody help me with this?