From be75cdb7fdb3748def522ebd49ed8bb0363955cf Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 26 Oct 2017 13:23:11 +0200 Subject: Update HelpMe.md Adding best practices chapter --- HelpMe.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HelpMe.md b/HelpMe.md index 95a29f7..6b2dde0 100644 --- a/HelpMe.md +++ b/HelpMe.md @@ -411,5 +411,17 @@ Old World in darkness system. Exalted 2nd edition system. +# Best Practices +As DiceParser provides more and more features, you may find several ways to do the same thing. We want here to explain the difference between those several approaches. Then you will be able to use the right one. + +## Roll several kind of dice and sum them + +```Bad``` +> 2d8;2d10m + +```Good``` +> 2d8+2d10 + +The merge operator is useful when you want to use dice operator on all rolled dice. -- cgit v1.2.3-70-g09d2