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] How to add a GM Whisper function to a skill roll macro

This post was amazing at setting up a comprehensive skill check macro for 5e: <a href="https://app.roll20.net/forum/post/5591526/5e-ogl-universal-skill-check-macro-updated-for-v2-dot-0/?pageforid=5612476#post-5612476" rel="nofollow">https://app.roll20.net/forum/post/5591526/5e-ogl-universal-skill-check-macro-updated-for-v2-dot-0/?pageforid=5612476#post-5612476</a> How would I modify that so the result is whispered to the GM instead of open rolled?
1625332698
David M.
Pro
API Scripter
Replace the first part @{selected|wtype}&amp;{template:simple} with this /w gm &amp;{template:simple}
1625471319

Edited 1625471603
Awesome, that seems to work!&nbsp; Thank you for your help!