I have been working on macros for my game that I am DMing (D&D 5e) I tried doing the normal nesting stuff, but I think I ended up over confusing myself. I'm not sure if the macro-editor supports multi-line commands, but here is a breakdown of what I have designed. Am I doing anything wrong, or am I just doing the nesting wrong?  Un-nested: [[{        {              1d20+@{STR}        }        >        {           @{target|AC}        }    }    *    {        1d8cs0cf0 +@{STR}    }]]   Nested: [[{{1d20+@{STR}}>{@{target|AC}}}*{1d8cs0cf0 +@{STR}}]]  This would go inside of a ?{Modifier| value } (it won't let me type the escape sequences... XD)