I am creating a Thunderous Smite powercard here is my powercard so far !power  {{ --name | Thunderous Smite --leftsub|1st LevelEvocation --rightsub|**Range** self --soundfx|_audio,play,nomenu|thunder --Extra Damage:|[[ 2d6 ]] --Save|[[ [$save] 1d20 ]] }} I need a conditional to call the Kaboom API if the save is failed pushing the tokes 10 feet away and making them prone . I have tried a conditional  !power  {{ --name | Thunderous Smite --leftsub|1st LevelEvocation --rightsub|**Range** self --soundfx|_audio,play,nomenu|thunder --Extra Damage:|[[ [$Atk] 2d6 ]] --Save|[[ [$save] 1d20 ]] --??$save > 14 ?? | [smite](!&#13, #kaboom)  }} But the button will not play the macro to trigger kaboom . If I put the kaboom  line outside of the curly brackets it works but every time .  any and all help would be apreciated