diff options
| author | 2018-06-14 16:51:27 +0200 | |
|---|---|---|
| committer | 2018-06-14 16:51:42 +0200 | |
| commit | d027d2519aba7cc51580a4b0afab32b7e5699193 (patch) | |
| tree | 725bf091ba20ddf529340bc91b53f20a0ee08280 /HelpMe.md | |
| parent | e2969a6b122b98b6e9ed2241c3990d239c8cb13d (diff) | |
| download | OneRoll-d027d2519aba7cc51580a4b0afab32b7e5699193.tar.gz OneRoll-d027d2519aba7cc51580a4b0afab32b7e5699193.zip | |
update help
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -136,6 +136,7 @@ the number of instruction is not limited. * i: if * ;: Next instruction * g: Group +* b: bind * \#: Comment ### Keep @@ -249,6 +250,16 @@ Merge operator is used for gathering several dice rolls from different die type > 1d6;1d8mk1 This command merges together the result from the d6 and the d8. Then, it applied the k operator on both result to keep the best. +Be careful, this operator merges the instruction list. Instruction reference (such as $1 etc..) won't work after merge operator. + +### Bind + +Bind works exactly as merge but one thing. + +> !2d8;2d12b;$2k2;$2k2kl1;"your total is $3 with lowest: $4" + +Roll two 8-sided dice and two 12-sided dice then bind their results. using this final result, we keep the 2 higher dice and then we isolate the lowest of the two highest. +At the end, we display the result inside a setence. ### if |