DiceParser icon indicating copy to clipboard operation
DiceParser copied to clipboard

repeat and "@" command incompatible

Open SaltatorMortis opened this issue 4 years ago • 1 comments

the @ command returns an empty string or crashes if executed inside a repeat function all used commands work standalone without repeat example : !repeat(5d5;5d5;"@1",10)

14 - Details [5,3,2,2,2] 15 - Details [2,3,4,1,5]

12 - Details [1,2,4,1,4] 17 - Details [5,3,1,5,3]

14 - Details [5,2,1,2,4] 15 - Details [5,3,4,2,1] ...

or !repeat(5d5;5d5;"@1 @2",10) doesn't return anything

SaltatorMortis avatar Apr 01 '20 08:04 SaltatorMortis

Yes, repeat does not managed well several instructions.

obiwankennedy avatar Apr 01 '20 11:04 obiwankennedy