
Hi y'all, I just wanted to see if someone could tell me why the output in this macro I'm working on is making the name title red and in [brackets] for one skill and not the other. I feel like I'm missing something simple and obvious but can't seem to figure it out. I don't mind the red but I want consistency. Assistance is appreciated :) Here's the code I used ?{Which Skill?
|Acrobatics, &{template:pf_generic} @{Ash|Acrobatics-cond-notes} {{generic_note=@{Ash|Acrobatics-note}}} {{name=^{acrobatics}}} {{Check=[[ @{Ash|skill-query} + [[ @{Ash|Acrobatics} ]] ]]}} @{Ash|toggle_accessible_flag} {{font=@{Ash|apply_specfont_chat} @{Ash|use_specfont}}} {{scroll_desc=@{Ash|scroll-desc}}} {{color=@{Ash|rolltemplate_color}}} {{header_image=@{Ash|header_image-pf_generic-skill}}} {{character_name=@{Ash|character_name}}} {{character_id=@{Ash|character_id}}} {{subtitle}}
|Appraise, &{template:pf_generic} @{Ash|Appraise-cond-notes} {{generic_note=@{Ash|Appraise-note}}} {{name=^{appraise}}} {{Check=[[ @{Ash|skill-query} + [[ @{Ash|Appraise} ]] ]]}} @{Ash|toggle_accessible_flag} {{font=@{Ash|apply_specfont_chat} @{Ash|use_specfont}}} {{scroll_desc=@{Ash|scroll-desc}}} {{color=@{Ash|rolltemplate_color}}} {{header_image=@{Ash|header_image-pf_generic-skill}}} {{character_name=@{Ash|character_name}}} {{character_id=@{Ash|character_id}}} {{subtitle}}
|Bluff, &{template:pf_generic} @{Ash|Bluff-cond-notes} {{generic_note=@{Ash|Bluff-note}}} {{name=^{bluff}}} {{Check=[[ @{Ash|skill-query} + [[ @{Ash|Bluff} ]] ]]}} @{Ash|toggle_accessible_flag} {{font=@{Ash|apply_specfont_chat} @{Ash|use_specfont}}} {{scroll_desc=@{Ash|scroll-desc}}} {{color=@{Ash|rolltemplate_color}}} {{header_image=@{Ash|header_image-pf_generic-skill}}} {{character_name=@{Ash|character_name}}} {{character_id=@{Ash|character_id}}} {{subtitle}}
|Climb, &{template:pf_generic} @{Ash|Climb-cond-notes} {{generic_note=@{Ash|Climb-note}}} {{name=^{climb}}} {{Check=[[ @{Ash|skill-query} + [[ @{Ash|Climb} ]] ]]}} @{Ash|toggle_accessible_flag} {{font=@{Ash|apply_specfont_chat} @{Ash|use_specfont}}} {{scroll_desc=@{Ash|scroll-desc}}} {{color=@{Ash|rolltemplate_color}}} {{header_image=@{Ash|header_image-pf_generic-skill}}} {{character_name=@{Ash|character_name}}} {{character_id=@{Ash|character_id}}} {{subtitle}}
|Diplomacy, &{template:pf_generic} @{Ash|Diplomacy-cond-notes} {{generic_note=@{Ash|Diplomacy-note}}} {{name=^{Diplomacy}}} {{Check=[[ @{Ash|skill-query} + [[ @{Ash|Diplomacy} ]] ]]}} @{Ash|toggle_accessible_flag} {{font=@{Ash|apply_specfont_chat} @{Ash|use_specfont}}} {{scroll_desc=@{Ash|scroll-desc}}} {{color=@{Ash|rolltemplate_color}}} {{header_image=@{Ash|header_image-pf_generic-skill}}} {{character_name=@{Ash|character_name}}} {{character_id=@{Ash|character_id}}} {{subtitle}}
}