Multi-Roll Command (Deprecated)¶
The multi-roll command has been folded into the /roll command. Use the count parameter to roll multiple times.
New Usage¶
/roll expression:<dice expression> count:<1-10>
See the Roll Command documentation for full details.
Migration Examples¶
| Old Syntax | New Syntax |
|---|---|
!rr 3 1d20 |
/roll expression:1d20 count:3 |
!rr 5 2d6+5 |
/roll expression:2d6+5 count:5 |
!rr 2 1d20+1d4 |
/roll expression:1d20+1d4 count:2 |
!rr 3 1d20+3 # attack roll |
/roll expression:1d20+3 # attack roll count:3 |
Legacy Prefix Commands¶
The prefix command syntax (!rr / !multiroll) still works but will be removed in a future update. Use /roll with the count parameter instead.