I've gotten this far in coding it, I have simple macros that work: &{template:default} {{name=Grit to beat: @{Grit} }}; {{Grit Roll=[[ 1d20 - ?{Modifier} ]] }} and it displays the Grit Value, and below the roll they make. Good enough for what I want. But that's a bunch of singular Macros, and combinig them has been a nightmare. I've gotten here: ?{Choose a Roll| Might,/roll 1d20 - (?{Modifier}) | Deft,/roll 1d20 - (?{Modifier}) | Grit,/roll 1d20 - (?{Modifier}) } But I want to compare the results to either the players Might, Deft, or Grit Attributes, or at the very least Display it with the roll value like the first Macro. since the Drop down code thinks it's closing in a place it shoudn't, t he HTML change is rough, and whenver I try to add in basicly anything else it breaks the Macro. Any advice would be appreciated.