I think you're trying to make a macro that will dynamically apply str, dex, finesse, con, etc based on what is the relevant stat for an attack. Based on how the sheet behaves, it looks like the sheet uses sheetworkers to construct the attack's macro with the appropriate stat mod based on the dropdown selection. I don't think you're going to be able to reference what mod is used. What are you trying to do that you don't just want to use the premade sheet macros, we might be able to come up with another workaround. EDIT: Took a look at the sheet's html, it looks like that is the case. the actual values for the dropdown menu are the words strength, dexterity, constitution, etc. My guess would be that the sheet generated macro is created so that the macro call looks like @{dropdownvalue_mod} where dropdownvalue is replaced by the sheetworkers with the appropriate stat word.