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

Group Skill Check API/Macro?

Hi all! Still learning about APIs. I have the very helpful scripts GroupCheck and GroupCheckDamage, but they both focus only of saving throws. I could have sworn there was one for Skill checks as well, (ie. I have a bunch of enemies who need to make stealth checks and I want to roll them all at once) - is there a functionality for that within the GroupCheck script that I am just missing?
Here are the macros I use: !group-check {{ --whisper --?{Ability Check|Strength,Strength Check|Dexterity,Dexterity Check|Constitution,Constitution Check|Intelligence,Intelligence Check|Wisdom,Wisdom Check|Charisma,Charisma Check|Acrobatics (Dex),Acrobatics|Animal Handling (Wis),Animal Handling|Arcana (Int),Arcana|Athletics (Str),Athletics|Deception (Cha),Deception|History (Int),History|Insight (Wis),Insight|Intimidation (Cha),Intimidation|Investigation (Int),Investigation|Medicine (Wis),Medicine|Nature (Int),Nature|Perception (Wis),Perception|Performance (Cha),Performance|Persuasion (Cha),Persuasion|Religion (Int),Religion|Sleight of Hand (Dex),Sleight of Hand|Stealth (Dex),Stealth|Survival (Wis),Survival} --ro ?{Roll Type|Normal,roll1|Advantage,adv|Disadvantage,dis} --process }} !--showaverage !group-check {{ --?{Ability Save|Strength,Strength Save|Dexterity,Dexterity Save|Constitution,Constitution Save|Intelligence,Intelligence Save|Wisdom,Wisdom Save|Charisma,Charisma Save} --ro ?{Roll Type|Normal,roll1|Advantage,adv|Disadvantage,dis} --process --subheader vs DC ?{DC} --button ApplyDamage !apply-damage ~dmg [[?{Damage|0}]] ~type ?{Damage on Save|Half,half|None,none} ~DC ?{DC} ~saves RESULTS(,) ~ids IDS(,)}}
Exactly what I needed, thank you so much for the quick response!