I have minimal skills at writing macros. I'm decent at taking ones that have been created and adapting them to what I want, but this one is stumping me. &{template:default} {{name=Sorcery Challenge}} {{Effect Level=?{Enter the effect level of the sorcery | }}} {{Depletion=?{Enter the depletion of the sorcery | }}} {{Challenge Level=[[@{Effect Level}+@{Depletion}+1]]}} {{Sorcery Investment=@{Challenge Level}}} {{Days to Complete=[[@{Challenge Level}*2]]}} The idea behind this macro is that it asks for the effect level and the depletion level being used add +1 and then does some math to display: Challenge Level - Effect Level + Depletion + 1 (Which also equals sorcery investment) Days to complete - Challenge level * 2 I know the issue stems from: {{Challenge Level=[[@{Effect Level}+@{Depletion}+1]]}} {{Sorcery Investment=@{Challenge Level}}} {{Days to Complete=[[@{Challenge Level}*2]]}} But am unsure of how to address it. Any advice here would be welcome.