I'm doing a shadowrun campaign. I'd like to simplify the dice rolls as much as possible. shooting with pistols looks like this. Modifiers + @{Agility}[Agil] + @{Pistols}[PistolSkill] = # of D6 dice rolled. How do I get it to add all those first and then take THAT times d6. I tried Parentheses like algebra. :) The equation should equal (Modifiers + @agility + @pistols)d6>5 I also played with the prompting to get my modifiers number and that seems to work ok but if someone can write the whole thing then all the better lol. Thanks all.