aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-10-17 17:50:56 +0200
committerGitHub <noreply@github.com>2018-10-17 17:50:56 +0200
commit1b39900d38ab35197d00e2a4e63f57965716fbdb (patch)
tree0ceffc1f0b08c8fc4d55c3571f1d87c4efc8ecd0 /HelpMe.md
parent4b3134b843d4e211f9c93ee01178d431b5dce79f (diff)
downloadOneRoll-1b39900d38ab35197d00e2a4e63f57965716fbdb.tar.gz
OneRoll-1b39900d38ab35197d00e2a4e63f57965716fbdb.zip
Update HelpMe.md
add one best practice
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/HelpMe.md b/HelpMe.md
index 2da834c..2bd1e02 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -600,6 +600,14 @@ As DiceParser provides more and more features, you may find several ways to do t
The merge operator is useful when you want to use dice operator on all rolled dice.
+```Bad```
+> 1d20K1+1d10K1
+
+```Good```
+> 1d20+1d10
+
+The k operator to keeps as many dice as you roll is pretty useless because it is the default behaviour.
+
## Plateform specific documentation
### Roll dice on each platform