Dice Button Properties

I’m using a Dice Button where players can choose the number of dice and the number of sides per dice. I want to report the “Number of Dice” and the “Number of sides per die” but don’t see what those property names are. Can they be reported?

Thanks

I believe what you’re look for is…

Number of dice = _nDice as in WarRoll_nDice

Number of sides = _nSides as in WarRoll_nSides

Thanks! Just want the number of dice and sides in the message from the dice roller so didn’t need the just nDice and nSides.