Hello, everyone! I wanted to design a specific Macro: First, four different abilities should be summed up and then divided by 5. That works out just fine. Next thing is: I want to roll 1d20, which can be modified, against that value. And there's the rub: It doesn't work. The two components alone (calculating the value and rolling the modified dice) seem to work, alas combined they decided not to. This is my formula: /roll {1d20 + ?{Modi}}<{@{selected|MU}+@{selected|MU}+@{selected|KL}+@{selected|CH}}/5 I'm at a loss. Any advice?