
Hi there. I was wondering if it is possible to use parentheses for order of operations purposes when doing math formulas with the dice? My group uses Thac0 in our game, and our attack roll formula to determine armor class hit is Thac0-(1d20+modifiers) doing so without the brackets adds the modifier result to the end, which gives the opposite desired result. Right now we are working around it by using Thac0-1d20-modifiers, but ideally I'd like to find the right formula to have the modifier added rather than subtracted so the newer players become less confused.
Any thoughts? using brackets in the die roller produces an error. Is there another way to specify which numbers are used first?