diff options
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: |