
I am trying to make a macro for Cyberpunk 2020 and in this game when you roll your random die, a d10, if you roll a 10 you re-roll ONE time and add the results. Is there a function I a missing that allow a single re-roll in this case?
G G said:
This works but the output isn't pretty
/roll {1d10!,20d1}kl1+(whatever the score is here)
Metroknight said:
G G said:
This works but the output isn't pretty
/roll {1d10!,20d1}kl1+(whatever the score is here)
the formula rolls {1d10!(exploding),20d1}kl1(keeps the lowest roll)+(the score)} but why is he needing to roll 20d1?