Hi, so I am trying to create a targeted macro that will display whether a target fails or succeeds on a saving throw against a spell dc. What I have right now is this macro: #{[[{{[[1d20 + @{target|npc_wis_save}]],12}>13}]]} Separately, I have a macro saved as "0", where #0 should display fail in the chat, and another macro saved as "1" which would incite a #1, which would display save in the chat. However, the first macro, #{[[{{[[1d20 + @{target|npc_wis_save}]],12}>13}]]}  outputs this: Is there anyway to get the result of the math statement to be attached as text to the # in order to incite the #0 or #1 macros, depending on the results of the math?