I'm trying to create relatively complex macros on a character sheet I'm building, and the user has to select an attack and defense stat for the attack they're using. They select one of the valid attack and defense stats from the dropdown and the roll needs the attack stat against a target number dependent on the target's defense stat. Is something like this possible, and I'm just getting the syntax wrong? {{roll=[[ [[1d100]] + [[ @{@{action_attackstat}_points} ]] ]]}} {{targetnumber=[[ [[ @{action_diff} ]] + [[ @{target|@{action_defensestat}_points} ]] ]]}}