Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Macro not finding intimidation

I have this macro that works. The only thing that doesnt appear is Intimidation even though it is there. Anybody have any ideas why? !power {{   --inlinereplace|SkillName|?{Skill to Use?|Acrobatics|Animal Handling|Arcana|Athletics|Deception|History|Insight|Investigation|Medicine|Nature|Perception|Performance|Persuasion|Religion|Sleight of Hand|Stealth|Survival}   --tokenid|@{selected|token_id}   --name|~SkillName$ Check   --format|@{selected|character_name}   --emote|@{selected|character_name} attempts to use the ~SkillName$ skill   --?! "~SkillName$" -eq "Acrobatics" !? Acrobatics|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|acrobatics_bonus} ]]   --?! "~SkillName$" -eq "Animal Handling" !? Animal Handling|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|animal_handling_bonus} ]]   --?! "~SkillName$" -eq "Arcana" !? Arcana|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|arcana_bonus} ]]   --?! "~SkillName$" -eq "Athletics" !? Athletics|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|athletics_bonus} ]]   --?! "~SkillName$" -eq "Deception" !? Deception|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|deception_bonus} ]]   --?! "~SkillName$" -eq "History" !? History|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|history_bonus} ]]   --?! "~SkillName$" -eq "Insight" !? Insight|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|insight_bonus} ]]   --?! "~SkillName$" -eq "Intimidation" !? Intimidation|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|intimidation_bonus} ]]   --?! "~SkillName$" -eq "Investigation" !? Investigation|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|investigation_bonus} ]]   --?! "~SkillName$" -eq "Medicine" !? Medicine|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|medicine_bonus} ]]   --?! "~SkillName$" -eq "Nature" !? Nature|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|nature_bonus} ]]   --?! "~SkillName$" -eq "Perception" !? Perception|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|perception_bonus} ]]   --?! "~SkillName$" -eq "Performance" !? Performance|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|performance_bonus} ]]   --?! "~SkillName$" -eq "Persuasion" !? Persuasion|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|persuasion_bonus} ]]   --?! "~SkillName$" -eq "Religion" !? Religion|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|religion_bonus} ]]   --?! "~SkillName$" -eq "Sleight of Hand" !? Sleight of Hand|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|sleight_of_hand_bonus} ]]   --?! "~SkillName$" -eq "Stealth" !? Stealth|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|stealth_bonus} ]]   --?! "~SkillName$" -eq "Survival" !? Survival|check result is [[ ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} + @{selected|survival_bonus} ]] }}
It seems Intimidation is missing from this block near the top of the macro: --inlinereplace|SkillName|?{Skill to Use?|Acrobatics|Animal Handling|Arcana|Athletics|Deception|History|Insight|Investigation|Medicine|Nature|Perception|Performance|Persuasion|Religion|Sleight of Hand|Stealth|Survival}
Arghhhh.  Thank you so much.