Hi all, hoping to get a bit of guidance on creating a macro for the spell Maximillian's Earthen Grasp. I am honestly not certain if a macro would be sufficient or if I need to utilize some APIs. The spell:  Maximillian's Earthen Grasp You choose a 5-foot-square unoccupied space on the ground that you can see within range. A Medium hand made from compacted soil rises there and reaches for one creature you can see within 5 feet of it. The target must make a  Strength  saving throw. On a failed save, the target takes 2d6 bludgeoning damage and is  Restrained  for the spell’s  Duration . As an action, you can cause the hand to crush the  Restrained  target, which must make a  Strength  saving throw. The target takes 2d6 bludgeoning damage on a failed save, or half as much damage on a successful one. To break out, the  Restrained  target can use its action to make a  Strength  check against your spell save DC. On a success, the target escapes and is no longer  Restrained  by the hand. As an action, you can cause the hand to reach for a different creature or to move to a different unoccupied space within range. The hand releases a  Restrained  target if you do either. Ideally, I'd like the macro to use the selected target's strength saving through, have there be a prompt of the DC or already auto calculate and then list the correct damage (half or full) if the target failed or saved. I'm quite new at all this and don't know much lol All I have been able to get working so far is below. While, I am not happy with the formatting I am more than willing to just leave it as is if the other features I want will work. &{template:default} {{name=Strength Save}} {{Strength = [[@{selected|d20}+@{selected|strength_save_bonus}]] - [[@{selected|d20}+@{selected|strength_save_bonus}]]}} {{against DC ?{DC}}}