I have a series of Macros and Rollable tables for determining Party Loot. The 1st Macro lets you choose based on Party level: /w gm &{template:default} {{name=TREASURE HOARDS}} {{[0-4](~/w gm |#Hoard0-4)[5-10](~/w gm |#Hoard5-10)[11-16](~/w gm |#Hoard11-16)[17+](~/w gm |#Hoard17+) }} It displays the following in the Chat window: Clicking the generated 0-4 button should launch the following: /w gm &{template:default} {{name=TREASURE HOARD: CHALLENGE 0-4}} {{CP= [[6d6*100]]}} {{SP= [[3d6*100]]}} {{GP= [[2d6*10]]}} {{Others=[[1t[0-4]]] [Roll Others](~/w gm |#treasures)}} Which should return the following: Clicking on the "Roll Others" Chat button is supposed to return the following Chat menu of the tables: These Chat buttons should roll from the appropriate rollable table. However, it returns the following errors in the chat window: Will someone please help me understand how to fix the syntax in order for each Macro generated Chat button to initiate the nested Macros and access the correct rollable tables? Thank you in advance for any assistance you can provide. Jason