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 do I make a GM Whisper version of this macro?

1556046231

Edited 1556046257
I use a revised critical hits system that's based on the damage type done. It allows people to select a table from a drop down list to roll on. However, I can't get it to allow for whispered rolls. ?{Damage Type| Bludgeoning, [[ 1t[Bludgeoning] ]] | Piercing, [[ 1t[Piercing] ]] | Slashing, [[ 1t[Slashing] ]] | Acid, [[ 1t[Acid] ]] | Cold, [[ 1t[Cold] ]] | Fire, [[ 1t[Fire] ]] | Force, [[ 1t[Force] ]] | Lightning, [[ 1t[Lightning] ]] | Necrotic, [[ 1t[Necrotic] ]] | Poison, [[ 1t[Poison] ]] | Psychic, [[ 1t[Psychic] ]] | Radiant, [[ 1t[Radiant] ]] | Thunder, [[ 1t[Thunder] ]] }
place /w gm before every break, to make this easy don't have unnecessary breaks. Copy and paste the following if you wish /w gm ?{Damage Type|Bludgeoning,[[1t[Bludgeoning]]]|Piercing,[[1t[Piercing]]]|Slashing,[[1t[Slashing]]]|Acid,[[1t[Acid]]]|Cold,[[1t[Cold]]]|Fire,[[1t[Fire]]]|Force,[[1t[Force]]]|Lightning,[[1t[Lightning]]]|Necrotic,[[1t[Necrotic]]]|Poison,[[1t[Poison]]]|Psychic,[[1t[Psychic]]]|Radiant,[[1t[Radiant]]]|Thunder,[[1t[Thunder]]]} That should solve the issue