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

Saving throw Macros

1549394871

Edited 1549394890
Hi all, just discovered that character sheets and macros exist and aren't as intimidating as I thought. I'm looking to make a macro using the OGL 5e npcaction roll template that makes all saving throws at once. Everyone seems to make these in the simple format. Does anyone have the macro for this?
The reason this has been created in the past using the default template is that the default Template allows you to separate the saving throws to their individual lines fairly simply. To put this information inside the npcaction template would be more challenging, though I suppose it's still possible.
Here's an updated macro for you that uses the npcaction roll template. I set this token to display the token name in the subheader under Saving Throws. If you don't want it remove {{name=@{selected|token_name}}} from the macro. @{selected|wtype} &{template:npcaction} {{rname=Saving Throws}} {{name=@{selected|token_name}}} {{description=Strength: [[@{selected|d20}+[[@{selected|npc_str_save}]][STR SAVE]]]|[[@{selected|d20}+[[@{selected|npc_str_save}]][STR SAVE]]] Dexterity: [[@{selected|d20}+[[@{selected|npc_dex_save}]][DEX SAVE]]]|[[@{selected|d20}+[[@{selected|npc_dex_save}]][DEX SAVE]]] Constitution: [[@{selected|d20}+[[@{selected|npc_con_save}]][CON SAVE]]]|[[@{selected|d20}+[[@{selected|npc_con_save}]][CON SAVE]]] Intelligence: [[@{selected|d20}+[[@{selected|npc_int_save}]][INT SAVE]]]|[[@{selected|d20}+[[@{selected|npc_int_save}]][INT SAVE]]] Wisdom: [[@{selected|d20}+[[@{selected|npc_wis_save}]][WIS SAVE]]]|[[@{selected|d20}+[[@{selected|npc_wis_save}]][WIS SAVE]]] Charisma: [[@{selected|d20}+[[@{selected|npc_cha_save}]][CHA SAVE]]]|[[@{selected|d20}+[[@{selected|npc_cha_save}]][CHA SAVE]]] }}
Thanks Kyle! Super helpful!