Hi! I´m trying to test how to put a macro into another to D&D5. I created this simple macro: ?{Escolha o teste de perícia |Adestrar,#adestrar |Arcanismo,#arcanismo |Atletismo,#atletismo |Atuação,#atuação } (sorry, it's in portuguese) and all the macros inside are working, but this big macro doesn't work. when I press it, it appears "Escolha o teste de perícia" (choose the hability test), but it doesn't appear the 3 options (Adestrar, Arcanismo e Atletismo). What appears is: "Adestrar,&{template:simple". I don't know what's the problem, because the macros #adestrar, #arcanismo and #atuação are working pretty well. Just if to be sure, those are the macros inside: #adestrar= @{selected|wtype}&{template:simple} {{rname=^{animal_handling-u}}} {{mod=@{selected|animal_handling_bonus}}} {{r1=[[@{selected|d20}+@{selected|animal_handling_bonus}@{selected|pbd_safe}]]}} @{selected|rtype}+@{selected|animal_handling_bonus}@{selected|pbd_safe}]]}} @{selected|global_skill_mod} @{selected|charname_output} #arcanismo= @{selected|wtype}&{template:simple} {{rname=^{arcana-u}}} {{mod=@{selected|arcana_bonus}}} {{r1=[[@{selected|d20}+@{selected|arcana_bonus}@{selected|pbd_safe}]]}} @{selected|rtype}+@{selected|arcana_bonus}@{selected|pbd_safe}]]}} @{selected|global_skill_mod} @{selected|charname_output} #atuação= @{selected|wtype}&{template:simple} {{rname=^{performance-u}}} {{mod=@{selected|performance_bonus}}} {{r1=[[@{selected|d20}+@{selected|performance_bonus}@{selected|pbd_safe}]]}} @{selected|rtype}+@{selected|performance_bonus}@{selected|pbd_safe}]]}} @{selected|global_skill_mod} @{selected|charname_output}