
I'm trying to use Attributes from a character sheet to roll a number of dice equal to the Attributes:
How can I format the roll so I can roll the d100 a times equal to @{max_hits}?
/roll @{max_hits}d100However, this only outputs @{max_hits}.
How can I format the roll so I can roll the d100 a times equal to @{max_hits}?