You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if we want to re-roll if it's the case that it lands on one of a couple of different numbers? We could do a list: (Dice) R/r [number] or (Dice) R/r [ (number) [, number] ]
Add the ability to denote that a dice should be rerolled under certain conditions:
Considerations:
1d1R1 could be an infinite loop. Must either have this as an error case or simply return 1 as the only possibility.
The text was updated successfully, but these errors were encountered: