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 Perception Macro

Guys, I have this macro that rolls perception for the party and whispers the results to me.  How can I make it roll 2 checks for each party member? /w gm &{template:5e-shaped} {{title=Group Perception}} {{text= Ankle Biter: [[@{Ankle Biter|shaped_d20}+@{Ankle Biter|repeating_skill_$11_total}]] Arlen Bales: [[@{Arlen Bales|shaped_d20}+@{Arlen Bales|repeating_skill_$11_total}]] Eurmal: [[@{Eurmal|shaped_d20}+@{Eurmal|repeating_skill_$11_total}]] Evie: [[@{Evie|shaped_d20}+@{Evie|repeating_skill_$11_total}]] Grug: [[@{Grug|shaped_d20}+@{Grug|repeating_skill_$11_total}]] Kyra: [[@{Kyra|shaped_d20}+@{Kyra|repeating_skill_$11_total}]] Theo the Bald: [[@{Theo the Bald|shaped_d20}+@{Theo the Bald|repeating_skill_$11_total}]] }}
/w gm &{template:5e-shaped} {{title=Group Perception}} {{text= Ankle Biter: [[@{Ankle Biter|shaped_d20}+@{Ankle Biter|repeating_skill_$11_total}]] [[@{Ankle Biter|shaped_d20}+@{Ankle Biter|repeating_skill_$11_total}]] Arlen Bales: [[@{Arlen Bales|shaped_d20}+@{Arlen Bales|repeating_skill_$11_total}]] [[@{Arlen Bales|shaped_d20}+@{Arlen Bales|repeating_skill_$11_total}]] Eurmal: [[@{Eurmal|shaped_d20}+@{Eurmal|repeating_skill_$11_total}]] [[@{Eurmal|shaped_d20}+@{Eurmal|repeating_skill_$11_total}]] Evie: [[@{Evie|shaped_d20}+@{Evie|repeating_skill_$11_total}]] [[@{Evie|shaped_d20}+@{Evie|repeating_skill_$11_total}]] Grug: [[@{Grug|shaped_d20}+@{Grug|repeating_skill_$11_total}]] [[@{Grug|shaped_d20}+@{Grug|repeating_skill_$11_total}]] Kyra: [[@{Kyra|shaped_d20}+@{Kyra|repeating_skill_$11_total}]] [[@{Kyra|shaped_d20}+@{Kyra|repeating_skill_$11_total}]] Theo the Bald: [[@{Theo the Bald|shaped_d20}+@{Theo the Bald|repeating_skill_$11_total}]] [[@{Theo the Bald|shaped_d20}+@{Theo the Bald|repeating_skill_$11_total}]] }}
Kyle, Thanks!  That works great!