diff options
| author | 2018-10-17 17:50:56 +0200 | |
|---|---|---|
| committer | 2018-11-09 23:47:36 +0100 | |
| commit | b210bda3d2362e9b5f1606c7a21f546dcd2e6a67 (patch) | |
| tree | 4b3bbee4565a450a0779a3c4465b631d348afc6a | |
| parent | 0586f25925f4db4a181c7d7d0a3925bb8a6daecf (diff) | |
| download | OneRoll-b210bda3d2362e9b5f1606c7a21f546dcd2e6a67.tar.gz OneRoll-b210bda3d2362e9b5f1606c7a21f546dcd2e6a67.zip | |
Update HelpMe.md
add one best practice
| -rw-r--r-- | HelpMe.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |