diff options
| author | 2025-03-22 13:48:24 +0000 | |
|---|---|---|
| committer | 2025-03-22 13:48:24 +0000 | |
| commit | 8a3fa044ee7b74be3221717c3f949a10d4e8a178 (patch) | |
| tree | d80b2cbe41420e193f71ce0d9e81f7a253e9916a | |
| parent | 64977f7bc5936e0f964d665c071e53be82889b06 (diff) | |
| download | OneRoll-8a3fa044ee7b74be3221717c3f949a10d4e8a178.tar.gz OneRoll-8a3fa044ee7b74be3221717c3f949a10d4e8a178.zip | |
update helpme file.
| -rw-r--r-- | HelpMe.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -25,11 +25,8 @@ * [Group](#group) * [Spread](#spread) * [Unique](#unique) - * [All The same](#allsame) - * [Value list](#Value-list) - * [Switch/Case](#Switch-case) - * [Comment (\#)](#comment-) -* [Functions](#Functions) + * [Comment](#comment) +* [Functions](#functions) * [Managing the output](#the-output) * [Shortcuts](#shortcuts) * [Final Result](#final-result) @@ -619,7 +616,7 @@ This mode is enabled when a `^` is following the `S`. 1d100S^[<25]{"Low"}[<50]{"small"}[<75]{"medium"}[>=75]{"big"} ``` -### Comment (\#) +### Comment ``` 2D6 # Sword attack |