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

Can i Hide the calculation and modifier for a macro?

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}}}
1607269259

Edited 1607269277
The Aaron
Roll20 Production Team
API Scripter
You can do this if you take anywhere you have: [[1d20+@{selected|charisma_save_bonus}]] And replace it with: [[  [[1d20+@{selected|charisma_save_bonus}]]  ]]