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

Macro Help: Don't want to whisper

The macro below will put a table in the chat that only I (gm) can see.  I can then click on a box in the table, which generates the loot for a selected token that all can see. For some reason, the last entry, "Potion", whispers the roll to the GM.  All of the other entries report the results to the entire chat as intended.  What is wrong with the macro that "Potion" does not function properly, where it always whispers the results to the gm rather than to the entire chat? /w gm &{template:npcaction} {{rname=Loot Table}} {{description=Select Loot: [Junk](! #Junk)[SP](! #SP)[GP](! #GP)[Component](! #Component)[Potion](! #Potion)}}
If you open up the 'Potion' macro in your collections tab, it probably starts with '/w gm ' which will cause the output of the macro to only be whispered. If you copied and pasted these macros from somewhere online, and they have any html replacements, they will be broken once you open the macro, so make sure you have a copy or can find the original again. However, if this is a loot generation macro, then it's likely just rolling from a Rollable Table and there's no html replacements, but there's no way to know unless you post the 'Potion' macro here.
Thanks for replying, Jarren.  I had just noticed that it did not start with "/emas", so it automatically whispered the gm.  Once I added that, it stopped whispering.