For a quick run down, I wanted to create a macro that I could use to roll ability checks for whatever token I currently had selected. I got it to work exactly how I wanted and even cleaned up the look the best I could to be easily identified if I had to adjust something. Testing the macro worked like a charm, but when I saved the macro it changed all of the HTML code to the corresponding symbols. This is problematic as the HTML is necessary to avoid the syntax issues. I only just started learning this stuff a few weeks ago, so any advice or help is welcome and appreciated. Here's what I have in my macro: ?{What Ability?| Acrobatics, &{template:simple} {{rname=Acrobatics}} {{mod=@{selected|acrobatics_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|acrobatics_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|acrobatics_bonus}]]}} @{selected|charname_output} | Animal Handling, &{template:simple} {{rname=Animal Handling}} {{mod=@{selected|animal_handling_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|animal_handling_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|animal_handling_bonus}]]}} @{selected|charname_output} | Arcana, &{template:simple} {{rname=Arcana}} {{mod=@{selected|arcana_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|arcana_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|arcana_bonus}]]}} @{selected|charname_output} | Athletics, &{template:simple} {{rname=Athletics}} {{mod=@{selected|athletics_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|athletics_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|athletics_bonus}]]}} @{selected|charname_output} | Deception, &{template:simple} {{rname=Deception}} {{mod=@{selected|deception_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|deception_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|deception_bonus}]]}} @{selected|charname_output} | History, &{template:simple} {{rname=History}} {{mod=@{selected|history_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|history_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|history_bonus}]]}} @{selected|charname_output} | Insight, &{template:simple} {{rname=Insight}} {{mod=@{selected|insight_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|insight_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|insight_bonus}]]}} @{selected|charname_output} | Intimidation, &{template:simple} {{rname=Intimidation}} {{mod=@{selected|intimidation_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|intimidation_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|intimidation_bonus}]]}} @{selected|charname_output} | Investigation, &{template:simple} {{rname=Investigation}} {{mod=@{selected|investigation_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|investigation_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|investigation_bonus}]]}} @{selected|charname_output} | Medicine, &{template:simple} {{rname=Medicine}} {{mod=@{selected|medicine_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|medicine_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|medicine_bonus}]]}} @{selected|charname_output} | Nature, &{template:simple} {{rname=Nature}} {{mod=@{selected|nature_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|nature_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|nature_bonus}]]}} @{selected|charname_output} | Perception, &{template:simple} {{rname=Perception}} {{mod=@{selected|perception_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|perception_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|perception_bonus}]]}} @{selected|charname_output} | Performance, &{template:simple} {{rname=Performance}} {{mod=@{selected|performance_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|performance_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|performance_bonus}]]}} @{selected|charname_output} | Persuasion, &{template:simple} {{rname=Persuasion}} {{mod=@{selected|persuasion_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|persuasion_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|persuasion_bonus}]]}} @{selected|charname_output} | Religion, &{template:simple} {{rname=Religion}} {{mod=@{selected|religion_bonus}}&#125 {{always=1}} {{r1=[[@{selected|d20}+@{selected|religion_bonus}]]}} {{r2=[[@{selected|d20}+@{selected|religion_bonus}]]}} @{selected|charname_output} }