Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Trying to Create a Macro with a Dropdown to call other Macros that call upon recursive tables

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}]]]}}
1574537667
Kraynic
Pro
Sheet Author
Instead of a drop down, have you considered a chat menu from the Stupid Tricks thread?&nbsp; <a href="https://app.roll20.net/forum/permalink/5927072/" rel="nofollow">https://app.roll20.net/forum/permalink/5927072/</a>