
I am trying to construct a char sheet button that uses the default roll template. When the player clicks it, the button prompts for any Modifier via a roll query, and then subtracts the modifier from the result of a 3d6 roll to get under a target number. The button I have is this: button type="roll" value="&{template:default} {{name=@{Skillname}}} {{Success=@{Skillroll} or less}} {{Modifier=?{Modifier|0}}} {{Result=[[3d6]]}}" name="roll_Skill"></button> It works fine to roll 3d6. What syntax to I use to apply the results of the Modifiers query to the inline 3d6 die roll?