
Hey, I'm just wondering why this macro isn't working. I've got two macros here: This one works: [[ ({@{casterlevel})d6 ]] -> Gives proper output, i.e. if my @{casterlevel} is 16, it rolls a 16d6. However, this one doesn't: [[ ({@{casterlevel},10}kl1)d6 ]] -> It gives a result of 10. I've tried some things to work it out but I'm just not getting it. I'm trying to make it so that it never rolls over 10d6, even if my casterlevel is 20 or whatever. I think I'm just missing something really obvious.