
I'm stuck on a macro debug, something that did work: &{template:default} {{name=Roll thy funky. . . }} {{DOOM DICE=[d3](!#d3) [d4](!#d4) [d5](!#d5) [d6](!#d6) [d7](!#d7) [d8](!#d8) [d10](!#d10) [d12](!#d12) [d14](!#d14) [d16](!#d16) [d20](!#d20) [d24](!#d24) [d30](!#d30) [d100](!#d100 ) [?d?](!#?d?)}} Each button calls a macro from my library, the standard dice type do not work, but test ok independently. The non-standard die types work fine: e.g. standard die type /roll 1d4 e.g. non-standard die type ! [[1d6]] d3: [[1d3]] This macro used to work. I'm baffled. . . .