I've been working on getting better with the Roll20 macro system this weekend, and I'm finding myself a bit stuck on one thing. I'm using the following macro (credit to Kurt, posted in the comments of a YouTube video): /w gm @{wtype} &{template:default}{{name=@{selected|character_name} Cantrips}} {{Spell Save DC @{selected|spell_save_dc}= +@{selected|spell_attack_bonus} to hit with spell attacks}} {{At Will= [@{repeating_spell-Cantrip_$3_spellname}](~selected|repeating_spell-Cantrip_$3_spell) [@{repeating_spell-Cantrip_$4_spellname}](~selected|repeating_spell-Cantrip_$5_spell) [@{repeating_spell-Cantrip_$5_spellname}](~selected|repeating_spell-Cantrip_$5_spell) [@{repeating_spell-Cantrip_$6_spellname}](~selected|repeating_spell-Cantrip_$6_spell) [@{repeating_spell-Cantrip_$7_spellname}](~selected|repeating_spell-Cantrip_$7_spell) }} I've successfully imported a creature from the 5e SRD and have implemented this to give me a lovely "Cantrips" button when the creature's token is selected. Clicking it gives me a beautiful gm-whispered list of buttons I can click on. However, when I click them, they post the roll to public chat, and I can't figure out how to make it whisper the spell to the GM only. Have tried many variations of the syntax, and inserting /w gm in various places. I even found some forum threads like the one linked below that look similar. This one appears to have been solved by inserting the ASCII code for a carriage return. I'm at a loss though for how to do this in the context of this macro. Thanks in advance for any help! <a href="https://app.roll20.net/forum/post/6640801/nesting-macros-issue" rel="nofollow">https://app.roll20.net/forum/post/6640801/nesting-macros-issue</a>