Hello there, Been reading a lot of posts; can I create templated macro's and embed / call them from a master. I want to create a spell drop down menu. I created two macros and then made a dropdown list and called each but it won't work. Any ideas fam? Just don't want to hard code into the spell list macro would like the template to pull in when I select from the drop down. Thanks in advance! Happy Hoboin' Spell List: &{template:default} {{name=Spells}}{{?{Spells | Magic Missile, Magic Missile [[#Magic-Missle ]] | Fireball, Fireball [[#Fireball ]}}} Spells Macros: &{template:default} {{name=Fireball}} {{Damage=[[7d6]]}} {{Save = 17 Reflex / 1/2dmg}}{{Size = 40ft}} &{template:default}{{name=Magic Missile}}{{Missile 1=[[1d4+1]]}}{{Missile 2=[[1d4+1]]}}{{Missile 3=[[1d4+1]]}}{{Missile 4=[[1d4+1]]}}{{Save= None}}