I have the following difficulty, I have these two macros: difficulty [[? {Difficulty | Routine, 1d6 | Easy, 2d6 | Normal, 3d6 | Difficult, 4d6 | Very Difficult, 5d6 | Impossible, 6d6}]] test-strength & {template: default} {{name = @ {selected | token_name} tested a Strength}} {{Value = @ {selected | strength}}} {{Result = #Difficulty}} I'd like to create a macro with a query that invokes the test-strength macro but can't get the syntax right, I'm trying this way: [[? {Attribute | [[# strength test]]}]] How to fix?