DiceParser icon indicating copy to clipboard operation
DiceParser copied to clipboard

"Reroll Until" doesn't appear to work with "Keep"

Open FedoraMark opened this issue 4 years ago • 3 comments

While testing out the Keep and Reroll/Reroll Until commands it appears that Keep followed by Reroll Until doesn't work, while Reroll does work in the same place:

!4d6k3R[>8] doesn't work

!4d6k3r[>8] works

FedoraMark avatar Apr 22 '20 22:04 FedoraMark

it is normal that : !4d6k3R[>8] does not work as you can't be above 8 with a d6.

ErrorCondition ("{9beafc0e-e1cf-4ecb-8dac-b4a5e506e939}" [label="RerollDiceNode validatior: "]) cause an endless loop with this dice: d[1,6]

obiwankennedy avatar Apr 23 '20 00:04 obiwankennedy

So it doesn't use the total of the 4d6k3? I see.

FedoraMark avatar Apr 23 '20 00:04 FedoraMark

To use the total, it will be: !4d6k3R[:>8] but R does not support smart validators. I will check that.

obiwankennedy avatar Apr 23 '20 00:04 obiwankennedy