
Note: This is for 1st edition D&D .. so I am using Vince's 1st edition character sheet. I am trying to create a drop down menu for Attribute Checks (and Saving throws) and while I can get it to work correctly in a basic form, I would like to try and add the ability to have a Modifier entered due to various gameplay reasons. This is what I have so far for the basic Attribute Checks &{template:general}{{color=@{selected|color_option}}}{{subtag=Attribute Check}}{{name=@{selected|character_name}}}{{?{Attribute|Strength, @{selected|strength} Strength / Roll: [[1d20]] |Intelligence,@{selected|intelligence} Intelligence / Roll: [[1d20]]|Wisdom,@{selected|wisdom} Wisdom / Roll: [[1d20]]|Dexterity,@{selected|Dexterity} Dexterity / Roll: [[1d20]]|Constitution,@{selected|constitution} Constitution / Roll: [[1d20]]|Charisma,@{selected|charisma} Charisma / Roll: [[1d20]]}}} I would like to add the Mod and have it added/subtracted from the roll that is made and display the result. I have tried to add the Mod in there a few different ways, but anytime I do it breaks the drop down macro (assuming since it is also using the same type of code) Can anyone help me figure out how I can add it? Thank you in advance