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]

Hi guy, I need the result of this macro to be whispered only to me (DM of course), to mask it to the party. i have try whit /me or /w gm, but the macro breaks down. that's the macro: @{selected|wtype} &{template:simple}{{always=1}}?{Ability?|Deception,{{rname=Deception}}{{mod=@{selected|deception_bonus}}} {{r1=[[1d20+@{selected|deception_bonus}]]}}{{r2=[[1d20+@{selected|deception_bonus}]]}}|Investigation,{{rname=Investigation}}{{mod=@{selected|investigation_bonus}}} {{r1=[[1d20+@{selected|investigation_bonus}]]}}{{r2=[[1d20+@{selected|investigation_bonus}]]}}|Perception,{{rname=Perception}}{{mod=@{selected|perception_bonus}}} {{r1=[[1d20+@{selected|perception_bonus}]]}}{{r2=[[1d20+@{selected|perception_bonus}]]}}}{{charname=@{selected|token_name}}}  thanks for your help
1621099306
Kraynic
Pro
Sheet Author
Right at the beginning of that macro, you have @{selected|wtype}, which is from the 5E by Roll20 sheet (and maybe some derived sheets, but you didn't say which you are using).&nbsp; That is using the whisper settings of the sheet associated with the token you have selected.&nbsp; If you want it to whisper to you all the time, you need to remove that and replace it with your /w gm. If you haven't looked at it, the wiki article on the sheet lists a lot of attributes for that sheet including the whisper setting attribute.&nbsp; <a href="https://wiki.roll20.net/D%26D_5E_by_Roll20#PC" rel="nofollow">https://wiki.roll20.net/D%26D_5E_by_Roll20#PC</a>
1621099507

Edited 1621099570
vÍnce
Pro
Sheet Author
Not sure, but I think wtype is a sheet attribute that determines the whisper option.&nbsp; Meaning there may be a sheet setting for that...&nbsp; You should be able to remove wtype all together from your macro and just use; /w gm &amp;{template:simple}{{always=1}}?{Ability?|Deception,{{rname=Deception}}{{mod=@{selected|deception_bonus}}} {{r1=[[1d20+@{selected|deception_bonus}]]}}{{r2=[[1d20+@{selected|deception_bonus}]]}}|Investigation,{{rname=Investigation}}{{mod=@{selected|investigation_bonus}}} {{r1=[[1d20+@{selected|investigation_bonus}]]}}{{r2=[[1d20+@{selected|investigation_bonus}]]}}|Perception,{{rname=Perception}}{{mod=@{selected|perception_bonus}}} {{r1=[[1d20+@{selected|perception_bonus}]]}}{{r2=[[1d20+@{selected|perception_bonus}]]}}}{{charname=@{selected|token_name}}} edit: what Kraynic said. :-)
Top! works really thank you guy. fast and perfect thanks for your help vÍnce said: Not sure, but I think wtype is a sheet attribute that determines the whisper option.&nbsp; Meaning there may be a sheet setting for that...&nbsp; You should be able to remove wtype all together from your macro and just use; /w gm &amp;{template:simple}{{always=1}}?{Ability?|Deception,{{rname=Deception}}{{mod=@{selected|deception_bonus}}} {{r1=[[1d20+@{selected|deception_bonus}]]}}{{r2=[[1d20+@{selected|deception_bonus}]]}}|Investigation,{{rname=Investigation}}{{mod=@{selected|investigation_bonus}}} {{r1=[[1d20+@{selected|investigation_bonus}]]}}{{r2=[[1d20+@{selected|investigation_bonus}]]}}|Perception,{{rname=Perception}}{{mod=@{selected|perception_bonus}}} {{r1=[[1d20+@{selected|perception_bonus}]]}}{{r2=[[1d20+@{selected|perception_bonus}]]}}}{{charname=@{selected|token_name}}} edit: what Kraynic said. :-)