
So here's my problem. this the formula I would like to use. /roll 1d100<@{attributeA}+@{attributeB} I am playing a Black crusade game and trying to develope macros to roll skills. However, no matter how I set up the formula, the target number for successes is always attributeA with attributeB added to the total number of successes. Example would be if the formula looked like this, /roll 1d100<34+10. On a roll of 34 or less the number of success would be 11. On a roll of 35 or more the number of successes would be 10. How can I fix it so that the computation of attributeA + attributeB happens before the number of successes are determined?