09-08-2013, 03:09 AM
Oh, I see what you mean about rand +1. Um, I caught that at 1-ish (about when you posted. I changed it in the script to
.... I guess about the time you posted.
And wouldn't that be
for two values of 1-20 added together?
With mine, it would beShorter over the long run.
Code:
result += rand(dice)+1
And wouldn't that be
Code:
thing = Roll.d(20) + (Roll.d(20) +2
With mine, it would be
Code:
thing = Dice.d20(2)