diff options
| author | 2017-10-25 15:33:42 +0200 | |
|---|---|---|
| committer | 2017-10-25 15:33:42 +0200 | |
| commit | 9fb08a03b5630952cc07dfaeaca4f4958f76c8b7 (patch) | |
| tree | e994ac5b909f492f17a1c8cb63336d7d7d5a4c1b | |
| parent | f329a8e39beb732b5685eb01476221b461cc50d1 (diff) | |
| download | OneRoll-9fb08a03b5630952cc07dfaeaca4f4958f76c8b7.tar.gz OneRoll-9fb08a03b5630952cc07dfaeaca4f4958f76c8b7.zip | |
Update HelpMe.md
make documentation clearer
| -rw-r--r-- | HelpMe.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -183,9 +183,9 @@ There are 3 different methods. * **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 Scalar** : the condition is evaluated on the scalar result of the dice roll. -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 **On Scalar** 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. +To switch the operator to act in **On Scalar** method you must add ```:``` character as compare method position. ## example: |