
I'm currently making my own character sheet, and I'm having troubles getting a specific function to work on the rolls. The system uses a variety of dice for checks, but a consistent ruling is that any die that rolls maximum should be counted. Let's say I'm rolling 2d10 and 2d4, and I roll maximum on one of the d10s and one of the d4s. How would I code the roll template to tell me I rolled two max dice? Is this possible without APIs?