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

5e OGL Group Perception Macro for Whole Party

Hello, Does anyone have a macro that rolls perception twice for the whole party and whispers the results to the gm?
1558921811

Edited 1558928832
vÍnce
Pro
Sheet Author
 I might suggest the  GroupCheck script example; !group-check  --Perception --multi 2 --whisper otherwise you can create a macro the calls the perception roll according to each character's name. example; /w gm &{template:default}{{name=Perception}} {{@{Bob|character_name}=[[ 1d20 + @{Bob|perception_bonus} ]] | [[ 1d20 + @{Bob|perception_bonus} ]] }}{{@{Jill|character_name}=[[ 1d20 + @{Jill|perception_bonus} ]] | [[ 1d20 + @{Jill|perception_bonus} ]] }}
Vince, I have GroupCheck, but I can't figure out how to make it work without selecting tokens.  I want a macro that rolls perception for the party without having to select the tokens.
1558923166
vÍnce
Pro
Sheet Author
I'm not real familiar with the OGL sheet... let me check.  
1558923559

Edited 1558924038
vÍnce
Pro
Sheet Author
Albert R. said: Vince, I have GroupCheck, but I can't figure out how to make it work without selecting tokens.  I want a macro that rolls perception for the party without having to select the tokens. I imported the default commands for groupCheck with !group-check-config --import 5E-OGL then I selected a token(s) and entered !group-check --whisper You'll get a chat menu of rolls for the OGL sheet. Or  !group-check  --Perception --multi 2 --whisper EDIT/UPDATE: looks like your can use the "--multi" option to repeat X number of rolls
Vince, I understand, but GroupCheck requires that I select the tokens.  I don't want to do that.  
1558928691
vÍnce
Pro
Sheet Author
Albert R. said: Vince, I understand, but GroupCheck requires that I select the tokens.  I don't want to do that.   Then I believe you'll have to make a macro using the character's names. See my example above.