
I'm trying to create a Macro with the following text --------------------------------------------------------------------- ?{Choose a Skill| Acrobatics, !blindroll 1d20+@{selected|acrobatics_bonus} | Animal Handling, !blindroll 1d20+@{selected|animal_handling_bonus} | Arcana, !blindroll 1d20+@{selected|arcana_bonus} | Athletics, !blindroll 1d20+@{selected|athletics_bonus} | Deception, !blindroll 1d20+@{selected|deception_bonus} | History, !blindroll 1d20+@{selected|history_bonus} | Insight, !blindroll 1d20+@{selected|insight_bonus} | Intimidation, !blindroll 1d20+@{selected|intimidation_bonus} | Investigation, !blindroll 1d20+@{selected|investigation_bonus} | Medicine, !blindroll 1d20+@{selected|medicine_bonus} | Nature, !blindroll 1d20+@{selected|nature_bonus} | Perception, !blindroll 1d20+@{selected|perception_bonus} | Performance, !blindroll 1d20+@{selected|performance_bonus} | Persuasion, !blindroll 1d20+@{selected|persuasion_bonus} | Religion, !blindroll 1d20+@{selected|religion_bonus} | Sleight of Hand, !blindroll 1d20+@{selected|sleight_of_hand_bonus} | Stealth, !blindroll 1d20+@{selected|stealth_bonus} | Survival, !blindroll 1d20+@{selected|survival_bonus} } ------------------------------------------------------------------ When I run this though, it only prints out !blindroll 1d20+@{Name|Skill_bonus} How do I get this macro to actually execute the APIs instead of printing them?