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

Help with setting whisper type in macro for 5e ogl sheet

1535768142
Grimdirk
Marketplace Creator
I am wondering if it is possible to set the macro to whisper only. Currently it uses the current whisper type, which is none, outputting the table to open chat, I would like it to whisper it to me so as not to clutter chat during game. Also curious if anyone knows if it is possible to change the table style to the D&D styling, or at least something less colorful. Thanks for your time. macro: @{wtype} &{template:default}{{name=@{character_name} Spellcasting}}{{Spell Save DC @{spell_save_dc}=@{spell_attack_bonus} to hit with spell attacks}}{{• Cantrips (at will) =[@{repeating_spell-cantrip_$0_spellname}](~selected|repeating_spell-cantrip_$0_spell) [@{repeating_spell-cantrip_$1_spellname}](~selected|repeating_spell-cantrip_$1_spell) [@{repeating_spell-cantrip_$2_spellname}](~selected|repeating_spell-cantrip_$2_spell) [@{repeating_spell-cantrip_$3_spellname}](~selected|repeating_spell-cantrip_$3_spell) }}{{• 1st level (3 slots) =[@{repeating_spell-1_$0_spellname}](~selected|repeating_spell-1_$0_spell) [@{repeating_spell-1_$1_spellname}](~selected|repeating_spell-1_$1_spell) [@{repeating_spell-1_$2_spellname}](~selected|repeating_spell-1_$2_spell) }}
To whisper to you, just replace the @{wtype} with /w gm  followed by a space. As for changing the styling, that would require using a different roll template.
1535771893
Grimdirk
Marketplace Creator
Thanks Kyle. I am not the gm in the game I use the macro for, I can use /w "name" to get it to whisper to me, is there a whisper self command I could use instead of having to edit the name if i want to use it on another characters sheet? As to the roll template, you know offhand of any links that might help me convert this macro to a different template?