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

Trying to run a script in a whisper and it just displays the text

This is a stupid problem but I can't seem to find an answer.  How do I whisper to myself (gm) and have a script run in the whisper? I simply want to use the !markov script but whispered only to gm.
1558636081
The Aaron
Roll20 Production Team
API Scripter
Because of the way API scripts work, the script would need to know to do the whisper.  It looks like you can do that with markov by specifyihg -w: !markov -w something
That works perfectly!  Thank you.