
Hi, I want to ask a question to the forum's gurus. I'm a GM, and I have a macro of saving throws for npc. I would like to know if there is any form to hide the modifiers and the calculation roll in the window's chat. For example, when I roll a saving throw of a npc the players see the result, and the modifier with the calculation roll when they pass the mouse over. I just want to see the final result in the chat, and not see the calculation and the modifier. I know that there is a way with the "desc" template to hide the calculation and modifiers... but this macro that iI have is something complex, and I cannot prepare it as a "desc" template. I know that there is a way with the desc template to hide the print run... but this macro that it has is something complex, and I cannot prepare it as a desc template Example if you add [[ before {{desc=..... (the calculation if hidden) &{template:desc} [[ {{desc=...... Here is the Saving Throw CODE...... /emas @{selected|token_name} rolls saving throw for....! &{template:simple}{{?{Roll Type?|Normal,normal|Advantage,advantage|Disadvantage,disadvantage}=1}}?{Saving Throw?|STR,{{rname=Strength Save}}{{mod=@{selected|strength_save_bonus}}} {{r1=[[1d20+@{selected|strength_save_bonus}]]}}{{r2=[[1d20+@{selected|strength_save_bonus}]]}}|DEX,{{rname=Dexterity Save}}{{mod=@{selected|dexterity_save_bonus}}} {{r1=[[1d20+@{selected|dexterity_save_bonus}]]}}{{r2=[[1d20+@{selected|dexterity_save_bonus}]]}}|CON,{{rname=Constitution Save}}{{mod=@{selected|constitution_save_bonus}}} {{r1=[[1d20+@{selected|constitution_save_bonus}]]}}{{r2=[[1d20+@{selected|constitution_save_bonus}]]}}|INT,{{rname=Intelligence Save}}{{mod=@{selected|intelligence_save_bonus}}} {{r1=[[1d20+@{selected|intelligence_save_bonus}]]}}{{r2=[[1d20+@{selected|intelligence_save_bonus}]]}}|WIS,{{rname=Wisdom Save}}{{mod=@{selected|wisdom_save_bonus}}} {{r1=[[1d20+@{selected|wisdom_save_bonus}]]}}{{r2=[[1d20+@{selected|wisdom_save_bonus}]]}}|CHA,{{rname=Charisma Save}}{{mod=@{selected|charisma_save_bonus}}} {{r1=[[1d20+@{selected|charisma_save_bonus}]]}}{{r2=[[1d20+@{selected|charisma_save_bonus}]]}}}{{charname=@{selected|character_name}}}