I am trying to create a single Treasure macro for all my needs. What i am trying to do is to create a macro that will give me a drop down list of my other treasure macros to select from and then run those. I have the following macros created that all pull from DMG 5E treasure tables that ive created. Individual-Treasure !rt /w gm &{template:npcaction} {{rname= Individual Treasure}}{{name= Challenge-?{CR|0-4|5-10|11-16|17+}}} {{description= [[ 1t[Individual-Treasure:CR-?{CR|0-4|5-10|11-16|17+}]]]}} Treasure-Hoard !rt[Delimiter:BR|ShowIcons:on|Sort] /w gm &{template:npcaction} {{rname= Treasure Hoard}}{{name= Challenge-?{CR|0-4|5-10|11-16}}} {{description= [[ 1t[Treasure-Hoard:Challenge-?{CR|0-4|5-10|11-16}]]]}} Treasure-Tables !rt /w gm &{template:npcaction} {{rname= Treasure Table Results}}{{name= Magic-Item-Table-?{Which Table|A|B|C|D|E|F|G|H|I|}}} {{description= [[ [[?{Number of dice?|1}[d?{Die Type|1|4|6|8|10|12|20}]+?{Modifier?|0}]]t[Magic-Item-Table-?{Which Table|A|B|C|D|E|F|G|H|I}]]]}}