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

How to Whisper menu results to GM

Hey team, im looking to Whisper the results of the Groupcheck macro to the GM, but i cant sort it out.  any suggestions? !group-check {{ --?{Ability Save|Strength,Strength Save|Dexterity,Dexterity Save|Constitution,Constitution Save|Intelligence,Intelligence Save|Wisdom,Wisdom Save|Charisma,Charisma Save} --process --subheader vs DC ?{DC} --button ApplyDamage !apply-damage ~dmg [[?{Damage}]] ~type ?{Damage on Save|Half,half|None,none} ~DC ?{DC} ~saves RESULTS(,) ~ids IDS(,) }} P.S, i apologize, but i don't know how to add script to posts.
1614182162

Edited 1614182185
You just need to add a GM whisper line: --whisper Or if you want it sent to chat publicly: --public Or you can configure the script to always whisper to the GM: !group-check-config --set whisper Here's the ReadMe for GroupCheck:&nbsp; <a href="https://github.com/roll20/roll20-api-scripts/blob/master/GroupCheck/1.8/README.md" rel="nofollow">https://github.com/roll20/roll20-api-scripts/blob/master/GroupCheck/1.8/README.md</a>