aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-10-28 02:30:07 +0200
committerGitHub <noreply@github.com>2017-10-28 02:30:07 +0200
commitd421174d765c472bc74c75c6942e6d4329b45bb3 (patch)
treeb326b709c6f841781281d84d677e8354fa43b304 /HelpMe.md
parent368a1c476928d1c8f106822e9535b30687171a40 (diff)
downloadOneRoll-d421174d765c472bc74c75c6942e6d4329b45bb3.tar.gz
OneRoll-d421174d765c472bc74c75c6942e6d4329b45bb3.zip
Update HelpMe.md
Add group operator.
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md19
1 files changed, 6 insertions, 13 deletions
diff --git a/HelpMe.md b/HelpMe.md
index 6b2dde0..c2832a0 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -1,18 +1,6 @@
[![Logo](https://raw.githubusercontent.com/Rolisteam/rolisteam/master/resources/logo/1000-rolisteam.png)](http://www.rolisteam.org)
# Documentation:
-## Build
-
-```
-git clone git@github.com:Rolisteam/DiceParser.git
-cd DiceParser
-mkdir build
-cd build
-cmake ../
-make
-make install
-```
-
## DiceParser : What is it ?
DiceParser is a software component dedicated to roll dice through simple commands. This software component is available on different platform.
@@ -89,6 +77,7 @@ Thanks of several operations and options, you can tune a bit your rolling comman
* p : Paint dice
* m : Merge
* i : if
+* g : Group
### Keep
@@ -222,7 +211,11 @@ To switch the operator to act in **On Scalar** method you must add ```:``` chara
If you plan to use if operator to display text message. You must surround text with ```"```. Example available below.
+# Group
+
+> 5d10g10
+Roll 5 dice and then try to group them to make group of 10 [7th sea system].
## example:
@@ -321,7 +314,7 @@ There are three kind of Validator:
-Range
-Boolean expression
-Any operator which requires validator (such as `a,r,e,c') can use those three kind.
+Any operator which requires validator (such as `a,r,e,c`) can use those three kind.
### Scalar