Hi everybody,
I´m new to roll20 and want to run a DnD5 game as DM.
Currently I am preparing some monsters and want to set some Macros.
I´m using the Character Sheet Template:
5th Edition
(Community Contributed)
<a href="https://wiki.roll20.net/DnD5e_Character_Sheet" rel="nofollow">https://wiki.roll20.net/DnD5e_Character_Sheet</a>
this character sheet offers a NPC character sheet. But all Macros I use are
send only to the GM.
I would like to send some of the results also to the PC.
On the Wiki page it says:
"For example,
by using inline rolls you can easily replicate a single macro to list all the
effects and damage a particular monster attack could do in the Actions section
of the NPC sheet. The only thing to remember is that should you want to add any
line breaks to the description or effect fields be sure to start the new line
with "/w GM" (without the quotes) otheriwse the output from the macro
will go into the public chat instead of privately to the GM. if you do not use
any line breaks in the fields then you do not need to include the "/w
GM""
But even without the "/w GM" its send to the GM.
My Macro:
Attack [[1d20+6]], [[1d20+6]]
Dmg [[2d6+4]]
Crit [[4d6+4]]
What am I doing wrong or should I take a different approach?
Thx for the help