I've hit a wall I'm trying to create a drop down macro to list the elixirs for alchemist artificers and to then run a different macro to display the description(and roll for the healing elixir) So far I can only get the list part of this idea to work: ?{Options|Elixirs,?{Choose an Elixir | Healing, | Swiftness, | Resilience, | Boldness, | Flight, |T ransformation, } This allows me to pick what elixir I want to display in chat. I than tried adding the nesting syntax to is so that It would display the info in a trait template ?{Options|Elixirs,?{Choose an Elixir |Healing,#healing |Swiftness,#swiftness |Resilience,#resilience |Boldness,#boldness |Flight,#flight |Transformation,#transformation } But when I run it, the dropdown menu only shows the Healing option and when I try to run it, it only outputs the roll for the macro and not the description Healing macro: (The other options are the same minus the roll at the end.) &{template:traits} {{name=Experimental Elixir Healing}} {{source=Artificer: Alchemist}} {{description=The drinker regains a number of hit points equal to 2d4 + the artificers INT modifier}} &{template:simple} {{rname=Healing Elixr}} {{mod=INT}} {{r1= [[2d4+3]]}} {{normal=1}} I've boiled it down to A. There's something I'm missing in either the menu macro or the elixir macros or B. The nesting macro feature doesn't support the "traits" template syntax and I gotta just suck it up and try other formats or just display as regular text. Please let me know if either of my conclusions are correct or hopefully a troubleshoot