I have created some random encounter rollable tables for my Curse of Strahd game.  I have also created a macro for each table that rolls on the appropriate table.  Those macros work fine.  When I try to call those macros from another macro, however, nothing happens. Here is the macro I'm trying to use. /w gm &{template:npcaction} {{rname=Random Encounters}}{{description=Select encounter location: [Barovian Basin](!#BarovianBasin) [Svalich Wood](!#SvalichWood)}} When I run the macro I get the two buttons as it should but when I click a button to run either of the nested macros it just does nothing. If I put those macros directly on the bar and click them they work fine.