aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
authorRobin Moussu <robin.moussu+git@gmail.com>2018-05-26 20:08:08 +0200
committerobiwankennedy <renaud@rolisteam.org>2018-06-01 13:53:00 +0200
commit0a9202c3ef0d3255ae3d57d0df68f7232396b580 (patch)
tree870a7fbaa421da1ada3a6e30ecf17d5dbc69a73a /HelpMe.md
parent00b6a6a04b341d5a6332083425e3524349cef521 (diff)
downloadOneRoll-0a9202c3ef0d3255ae3d57d0df68f7232396b580.tar.gz
OneRoll-0a9202c3ef0d3255ae3d57d0df68f7232396b580.zip
add "R" (Reroll until) operator
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/HelpMe.md b/HelpMe.md
index 5692285..149b6e4 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -151,6 +151,7 @@ the number of instruction is not limited.
* s : Sort
* c : Count
* r : Reroll
+* R : Reroll until
* e : Explode
* a : Reroll and add
* @ : Backward Jump
@@ -210,6 +211,12 @@ Count how many dice respect the condition and display the number (See Validator
Reroll the die if the previous value fits the validator (See Validator for more details about syntax).
+### Reroll until
+
+> 3D10R[Validator]
+
+Works like "Reroll", but continue to roll the dice until the condition is false.
+
### Explode
> 3D10e[Validator]