
I am currently trying to make a macro for the halo of spores feature for the Spore druid. It scales dice size per level. Its 1d4 at lvl 1, 1d6 at 6th level, 1d8 at 10th level, and 1d10 at 14th level. I found an old solution and now I am currently at 1d[[4 + 2 * {6, 10, 14}<?{Level|1}]] The problem is that it gives me the correct dice size but doesnt roll and I also want to reference the level of the druid. The way it is currently it gives me a pop-up and ask for level instead of automatically rolling it from the character sheet. Can someone help me? Edit: 2: Solved! I just had to add brackets so its [[1d[[4 + 2 * {6, 10, 14}<@{charactername|druid_level}]]]] Thanks @GiGs