Hello everyone, I cannot figure out how to write a macro that uses the result from a rollable table as the choice for another macro. Here is what I am trying to do: I have several rollable tables to generate different encounters. I have a macro that allows me to choose which table to roll from. /w gm &{template:default} {{name=Encounter-List}} {{?{Choose| Room Encounters , Room Encounters=[[1t[Room-Encounters]]]| Side Quests , Side Quests=[[1t[Side-Quest-Generator]]]| Commonwealth Encounters , Commonwealth Encounters=[[1t[Commonwealth-Encounters]]]| Object Encounter , Object Encounter=[[1t[Object-Encounter]]]| Campsite Encounters , Campsite Encounters=[[1t[campsite-encounters]]]} }} When I run this I get a popup asking me to Choose from the list, which in turn tells me the specific details of the encounter. I have another rollable table that lists each of the encounter types and I have a macro that uses that table. /w gm &{template:default} {{Name=Encounters}} {{Description=[[1t[Encounters]]]}} Is there a way to connect the two macros so I only have to click one time? Thanks