Is anyone able to tell me why this does not work properly? I dont get the number of success result at the end…
!(1d10 + {DEX + AcrobaticsRank} cs>=7)
Is anyone able to tell me why this does not work properly? I dont get the number of success result at the end…
!(1d10 + {DEX + AcrobaticsRank} cs>=7)
The flag needs to be directly after the die size: !(1d10cs>=7 + {DEX + AcrobaticsRank])
Thank you so much. I am not going to question why it has to be in that order but it works.
// Closing - Answered