So I am trying to use one macro that will show in my bar to house multiple macros to make pulling up a specific rollable table easier. Specifically with Tomb of Annihilation where there are mutliple wilderness encounter tables to roll on. I am also trying to make sure everything is set to whisper just to the DM so I can make sure no story spoiler bits get through to the players. When tested individually, the sub macro and In Bar macro both whisper to gm, but when I try to run the sub macro through the In Bar macro the table result no longer whispers. I assume the issue is due to my formatting in my In Bar macro but haven't been able to figure out what it is. I have sub macros built that link to each separate rollable table like so: Sub Macro Name: Port-Nyanzaru-Random-Encounters /w gm &{template:npcaction} {{rname= Random Encounter }} {{name= Port Nyanzaru }} {{description= [[1t[Port-Nyanzaru-Encounter-Table]]] }} Then I have the In Bar macro where each sub macro can be called and made into a clickable box in the chat window In Bar Macro Name: Random-Encounters /w gm &{template:npcaction} {{rname=Random Encounters}} {{name=Where are you right now?}} {{description= [Port Nyanzaru](! ,#Port-Nyanzaru-Random-Encounters) [Beach](! ,#Wilderness-Beach-Random-Encounters) [Jungle](! ,#Wilderness-JungleNoUndead-Random-Encounters) [Jungle Lesser Undead](! ,#Wilderness-JunglesLesserUndead-Random-Encounters) [Jungle Greater Undead](! ,#Wilderness-JungleGreaterUndead-Random-Encounters) [Mountains](! ,#Wilderness-Mountains-Random-Encounters) [Rivers](! ,#Wilderness-Rivers-Random-Encounters) [Ruins](! ,#Wilderness-Ruins-Random-Encounters) [Swamp](! ,#Wilderness-Swamp-Random-Encounters) [Wastelands](! ,#Wilderness-Wastelands-Random-Encounters) }}