diff options
| author | 2018-05-26 20:08:08 +0200 | |
|---|---|---|
| committer | 2018-06-01 13:53:00 +0200 | |
| commit | 0a9202c3ef0d3255ae3d57d0df68f7232396b580 (patch) | |
| tree | 870a7fbaa421da1ada3a6e30ecf17d5dbc69a73a /HelpMe.md | |
| parent | 00b6a6a04b341d5a6332083425e3524349cef521 (diff) | |
| download | OneRoll-0a9202c3ef0d3255ae3d57d0df68f7232396b580.tar.gz OneRoll-0a9202c3ef0d3255ae3d57d0df68f7232396b580.zip | |
add "R" (Reroll until) operator
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |