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 .
×

auto whispering when monsters use macro

I'm relaying a lot on global macros in my game. meaning, spells, actions and skills are all global macros and are called with specific token macros ,to add character/ spell/ attack names. But that means they're always public/ whispered unless input a toggle into them. is there a way to make them whisper automatically when I (DM) use them, and toggle when the PCs use them?
1605014919
The Aaron
Roll20 Production Team
API Scripter
Not for the same character, but individual characters can usually be set to whisper or not. It depends on what character sheet you're using. There is not a way to have the same character whisper for the GM and public for the players without having a toggle manually changed on the sheet. 
for example spellcasters (PCs, NPCs and enemies) have token macro, that crate a table of all their spells. and the spells in the table are caste using a "repeating action" global macros. I want the macro distinguish witch user (DM or player) use them, then whisper when I use them and present the toggle when the players use them.
1605017840
The Aaron
Roll20 Production Team
API Scripter
Yes, I understand.  That functionality doesn't exist in Roll20.
Can't you just make a 2nd copy of those macros and add the auto whisper line into them and use those ones as the DM?
yeah Dakota I thought of that I just hoped there was an easier way