diff options
| author | 2016-11-28 01:28:43 +0100 | |
|---|---|---|
| committer | 2016-11-28 01:28:43 +0100 | |
| commit | 8ae72d92044d4cb60deb31c2d1b29b1a56b32a3a (patch) | |
| tree | b9448efd77a9de31338eb7bd99269695ed9f8e68 /HelpMe.md | |
| parent | f6aaef1b9a78cc281251cf823d263fb6a4e9c047 (diff) | |
| download | OneRoll-8ae72d92044d4cb60deb31c2d1b29b1a56b32a3a.tar.gz OneRoll-8ae72d92044d4cb60deb31c2d1b29b1a56b32a3a.zip | |
update.
echap some character.
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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: |