Closed Jstenoien closed 4 years ago
!2d10i:[>15]{"Success %1 [@2]"}{"Fail %1 [@2]"}
the % in the []'s needs to be @ and then it will display the die
Can I ask, If I change the 2d10i to 4d10i nothing happens ...
!4d10i:[>15]{"Success %1 [@2]"}{"Fail %1 [@2]"}
... What am I missing? ... Thanks, Walts
This line works OK for my issue...
!4d10i:[>15]{"Success %1 [$1] ~ [@1]"}{"Fail %1 [$1] ~ [@1]"}
RESULT Success 19 [19] ~ [2,8,5,4]
... So, the @1 is the key to fix things? ... Walts
perhaps the introduction of @ place holder broke some stuff. I will check that.
Hello, love this dice bot on Discord but as we were trying it out we noticed that this example from the HelpMe.md page does not actually work how it should:
The result of each die is not displayed inside square brackets, instead you get:
Fail 7 []
Thanks for your awesome work!