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
Currently the "r" command allows for rerolls on results that are equal to or less than the indicated number. That's useful in some games, but the opposite of useful in others (like D&D where one might want to reroll a high roll to confirm a critical hit).
My suggestion is that r be changed to r> and r< as in "reroll greater than" and "reroll less than", that way you can simply direct which way you mean.
ie:
/r 1d20 r>17 means it'll roll 1d20 and give a reroll if the result is 17 or higher.
/r 1d20 r<17 means it'll roll 1d20 and give a reroll if the result is 17 or lower.
The text was updated successfully, but these errors were encountered:
Currently the "r" command allows for rerolls on results that are equal to or less than the indicated number. That's useful in some games, but the opposite of useful in others (like D&D where one might want to reroll a high roll to confirm a critical hit).
My suggestion is that r be changed to r> and r< as in "reroll greater than" and "reroll less than", that way you can simply direct which way you mean.
ie:
/r 1d20 r>17 means it'll roll 1d20 and give a reroll if the result is 17 or higher.
/r 1d20 r<17 means it'll roll 1d20 and give a reroll if the result is 17 or lower.
The text was updated successfully, but these errors were encountered: