What is the output for whisper and your Saves if you run this:? !group-check-config --show It should be this: ro roll1 die_adv 2d20kh1 die_dis 2d20kl1 whisper true hideformula false usetokenname true showname true showpicture true process true Strength Save Strength Saving Throw [[d20 + ([[d0 + @{strength_save_bonus}@{pbd_safe}]]*(1-@{npc})) [PC] + (@{npc_str_save}*@{npc}) [NPC]]] Dexterity Save Dexterity Saving Throw [[d20 + ([[d0 + @{dexterity_save_bonus}@{pbd_safe}]]*(1-@{npc})) [PC] + (@{npc_dex_save}*@{npc}) [NPC]]] Constitution Save Constitution Saving Throw [[d20 + ([[d0 + @{constitution_save_bonus}@{pbd_safe}]]*(1-@{npc})) [PC] + (@{npc_con_save}*@{npc}) [NPC]]] Intelligence Save Intelligence Saving Throw [[d20 + ([[d0 + @{intelligence_save_bonus}@{pbd_safe}]]*(1-@{npc})) [PC] + (@{npc_int_save}*@{npc}) [NPC]]] Wisdom Save Wisdom Saving Throw [[d20 + ([[d0 + @{wisdom_save_bonus}@{pbd_safe}]]*(1-@{npc})) [PC] + (@{npc_wis_save}*@{npc}) [NPC]]] Charisma Save Charisma Saving Throw [[d20 + ([[d0 + @{charisma_save_bonus}@{pbd_safe}]]*(1-@{npc})) [PC] + (@{npc_cha_save}*@{npc}) [NPC]]] Death Save Death Saving Throw [[d20 + @{death_save_bonus}@{globalsavingthrowbonus}]] If yours looks different, try running: !group-check-config --import 5E-OGL And then try your macro again. Here's the macro I use, which looks identical, except you've taken out the roll type (which shouldn't affect the rest of it) and you've added a /w gm to the beginning. If you only ever want rolls whispered to you, then you can set the config to always whisper to you. My guess is your config is currently set to 'public' rolls, and that's causing the issue. !group-check {{ --?{Ability Save|Strength,Strength Save|Dexterity,Dexterity Save|Constitution,Constitution Save|Intelligence,Intelligence Save|Wisdom,Wisdom Save|Charisma,Charisma Save} --whisper
--ro ?{Roll Type|Normal,roll1|Advantage,adv|Disadvantage,dis} --process --subheader vs DC ?{DC} --button ApplyDamage !apply-damage ~dmg [[?{Damage|0}]] ~type ?{Damage on Save|Half,half|None,none} ~DC ?{DC} ~saves RESULTS(,) ~ids IDS(,)}} So if you only ever want rolls whispered to you as GM, then run this command and you can use your code without the "/w gm" or " --whisper" : !group-check-config --set whisper