
Hi all. I am using macros like this to do ability checks: &{template:default} {{name=Strength Check}} {{ @{target|Target1|character_name}= [[1d20 + @{target|Target1|strength_mod}]] }} {{ @{target|Target2|character_name}= [[1d20 + @{target|Target2|strength_mod}]] }} {{ @{target|Target3|character_name}= [[1d20 + @{target|Target3|strength_mod}]] }} It works fine and gives a nice easy to read result. But (in this example) it's hardcoded to 3 targets and to one ability score. So I thought I would create some uber-marcros to call the appropriate sub-macro. E.G.: ?{STAT|STR, #DC-STR-3 | DEX, #DC-DEX-3} But when I do this, it renders the nested macro in the dropdown (and breaks the drop-down), like: If I take out the template related stuff in my sub-macros, it will work but then I lose the nice table formatting: @{target|Target1|character_name}= [[1d20 + @{target|Target1|strength_mod}]] @{target|Target2|character_name}= [[1d20 + @{target|Target2|strength_mod}]] @{target|Target3|character_name}= [[1d20 + @{target|Target3|strength_mod}]] I've been experimenting with HTML replacement but haven't had any luck. Is it possible to use the full template in my sub-macro? Just trying to do something simple that works for my game, not looking to get into something complicated like the GroupCheck API/Mod.