I want to add a modifier query in a skill roll macro. The macro has a drop down list of skills to chose from. This is all from a basic character sheet (adding info on the Attributes & Abilities tab). Here is the first part of the macro with a few of the skills. &{template:default} {{name=@{selected|token_name}'s Skill-Test}} {{ Rolled[[1d10-1]][[1d10-1]][[1d10-1]]}}{{?{Skill| Athletics, Athletics Skill= [[ @{selected|BODY} +@{selected|Strength} +@{selected|Athletics}]]| CloseCombat, CloseCombat Skill= [[@{selected|BODY} +@{selected|Strength} +@{selected|CloseCombat}]]| I want to add +?{Modifier|0} to each skill line for a modifier. I know the roll is unorthodox but I'm trying something new here. Thanks for any help.