Open FedoraMark opened 4 years ago
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]
So it doesn't use the total of the 4d6k3? I see.
To use the total, it will be: !4d6k3R[:>8]
but R does not support smart validators. I will check that.
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