-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
The r/R modifiers don't seem to work in any way that I want them to.
What I'm trying to accomplish is "roll 3d6, rerolling on any sum less than 10".
Here's what I've tried.
!3d6r[<10]
!3d6r[<10]
!(3d6)r[<10]
!3d6R[<10]
!3d6R[<10]
!(3d6)R[<10]
!3d6r[?<10]
!3d6r[?<10]
!(3d6)r[?<10]
!3d6R[?<10]
!3d6R[?<10]
!(3d6)R[?<10]
!3d6r[:<10]
!3d6r[:<10]
!(3d6)r[:<10]
!3d6R[:<10]
!3d6R[:<10]
!(3d6)R[:<10]
In all cases I got nothing like what I wanted. Either I got no result, timeout, or results that were clearly below 10 after several repeat rolls.
What's the trick? Or is this a bug in the r/R validator?
Reactions are currently unavailable