To make me roll dice use: !roll NdF MESSAGE.
- N is the number of dice to roll (default=1)
- F is the number of faces on the dice (default=37)
- MESSAGE is the message to display (default=Nothing)
Do's and don'ts
- Only use whole numbers
- Don't put any spaces in NdF
- Don't use * multiplication and / division. I don't know how to do that yet.
- Don't try to roll more than 37 dice--that's just silly!
Command | Meaning |
---|---|
!roll d | roll 1 dice with 37 faces |
!roll 2d | roll 2 |
!roll d6 | roll 1 dice with 6 faces |
!roll 3d8 | roll 3 dice with 8 faces |
!roll 1d2 heads or tails | roll 1 dice with 2 faces and say "heads or tails" |
!roll -d20+12 | roll 1 dice: 20 faces, make the result negative, then add 12 |
!roll d20+d7-d3 | roll 1 dice: 20 faces, add that to a roll of 1 dice: 7 faces, then subtract a roll of 1 dice: 3 faces |
!help
Displays the message: Currently the only thing I can do for you is roll dice: !roll NdF MESSAGE. I also can do dice math: !roll 3d37-d20+3+3d12 I dunno what this is but hi. Perverted Mimic[Bot] Manual
!roll
!roll d
!roll some nonsense I don't understand
outputs whatever the nonsense is (or d or nothing) and then:
rolls 1d37
!roll NdF MESSAGE
outputs MESSAGE and then:
rolls NdF
N can be 1 to 37
F can be 1 to 1337
if F is 1 then N can be more than 37 but just returns N
!roll N
'rolls' the number N
!roll Nd
'rolls' the number N
!roll A-B+C
rolls A subtracts rolls B adds rolls C
example:
!roll 12d7-19+3d37-69
12d7: (2, 4, 5, 5, 7, 7, 4, 6, 3, 2, 2, 4) - 19 + 3d37: (2, 33, 19) - 69 = 17
I am sure Vela will teach me more tricks later...