aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-11-28 01:28:43 +0100
committerGitHub <noreply@github.com>2016-11-28 01:28:43 +0100
commit8ae72d92044d4cb60deb31c2d1b29b1a56b32a3a (patch)
treeb9448efd77a9de31338eb7bd99269695ed9f8e68 /HelpMe.md
parentf6aaef1b9a78cc281251cf823d263fb6a4e9c047 (diff)
downloadOneRoll-8ae72d92044d4cb60deb31c2d1b29b1a56b32a3a.tar.gz
OneRoll-8ae72d92044d4cb60deb31c2d1b29b1a56b32a3a.zip
update.
echap some character.
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/HelpMe.md b/HelpMe.md
index d2a12a0..b7a7db8 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -170,20 +170,20 @@ There is also 2 optional parameters
> i*[]{}{}
-\* : the compare method
-[] : the validator
-{} : the true instruction
-{} : the false instruction
+* \* : the compare method
+* [] : the validator
+* {} : the true instruction
+* {} : the false instruction
## Compare method
There are 3 different methods.
-* On Each : the condition is tested on each die from the previous part of the command. \[Default method\]
-* All Of Them : All dice must fit the condition to trigger the true instruction. If all dice do not fit the condition the false instruction is run.
-* One Of Them : at least one die must fit the condition to trigger the true instruction. If no dices fit the condition the false instruction is run.
+* **On Each** : the condition is tested on each die from the previous part of the command. \[Default method\]
+* **All Of Them** : All dice must fit the condition to trigger the true instruction. If all dice do not fit the condition the false instruction is run.
+* **One Of Them** : at least one die must fit the condition to trigger the true instruction. If no dices fit the condition the false instruction is run.
-To switch the operator to act in '''All Of Them''' method you must add '*' character as compare method position.
-To switch the operator to act in '''One Of Them''' method you must add '.' character as compare method position.
+To switch the operator to act in **All Of Them** method you must add **\*** character as compare method position.
+To switch the operator to act in **One Of Them** method you must add **.** character as compare method position.
## example: