Hello Roll20 Community I'm building a drop down macro for my monk. What I'm trying to do is make one for all my Ki point options. I was having trouble making multiple lines in a response, so I thought it would be a good idea to try importing other macros into it. It does this weird thing. &{template:default}{{name=Ki Point}}?{Ki Type|Furry of Blows,#FurryBlows|Stunning Strike,#StunningStrike|Patient Defense,#PatientDefense|Step of the Wind, #StepWind|Noxious Aura, #NoxiousAura|Hands of Harm, #HandsHarm} If I put no space after the imported macro, the drop menu works but the macro doesn't work. If I put a space after the imported macro, the drop down doesn't work but the imported macro works. The following is an example of an imported macro for FurryBlows: &{template:default}{{name=Ki Point - Furry of Blows}}{{Fists of Ares= Magic Damage}}{{3. To Hit=[[1d20ro1+8]] Slashing Dmg [[1d10+5]]}}{{4. To Hit=[[1d20ro1+8]] Slashing Dmg [[1d10+5]]}} I feel so close to solving this, but it just feels over my head. I'm new to macros and I like the idea of the drop down menu so I can keep my button space available on the screen. Any advice is more than welcomed.