
Hey all, I've lost my mind and decided to create treasure generating macros based on the DMG. I've got simple case like the 0-4 CR ones working, but there is some tricksie concatenation going on with the CR 5-10 where it comes up with "150 cp and 40 ep" type of thing. The math output is correct, but I'm showing the rolls as well: &{template:default} {{name=Treasure for CR 5-10, 1-30}} {{Total= [[ [[1d6]]*10 + [[1d6]]*10 + [[1d6]]*10 + [[1d6]]*10 ]]cp and [[[[1d6]]*10]] ep}} {{Dice= $[[0]] $[[1]] $[[2]] $[[3]] $[[4]] }} which shows up as That pesky tag-along ep value is rolled, but the dice display doesn't actually work. I've added and subtracted brackets, and moved things higglety-pigglety, but I'm wondering if maybe that level of nesting just isn't supported? Can anyone point out my error or confirm that the reference to the dice rolls will break when the nesting is concatenated with the text? Any helpful pointers appreciated, M