Infinite Dice Re-Rolling Loop
/r 5d6r<6
Keep rolling a six-sided die until it returns a result greater than 6.
Sanity check on re-roll mechanic for sides of die? Or potentially, just don't allow a re-roll of a die more than a reasonable number of times, such as 20 times?
Also, '<' doesn't equal '<=' (the software developer in me had to).
/r 5d6r<6
Keep rolling a six-sided die until it returns a result greater than 6.
Sanity check on re-roll mechanic for sides of die? Or potentially, just don't allow a re-roll of a die more than a reasonable number of times, such as 20 times?
Also, '<' doesn't equal '<=' (the software developer in me had to).