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

NPC Action Template question

Hi, I am trying to write a macro for NPC saving throws using the NPC Action template (see below default template output). I am wondering if it's possible to change the text for the word " Attack: " just before the roll outputs. I want to change this to say " Save: ". Also, is it possible to have the advantage query come up as per the setting in the NPC character sheet?
The npcaction template keeps it saying Attack. Ironically you can use the npcatk to get it to say something different. In place of {{always=1}} and {{r2= put in @{rtype} and it will look to the sheet the macro is built on (or @{selected|rtype} if it's a macro saved in Collections) to determine if the roll should have advantage, disadvantage, neither, 2 neutral rolls, or to ask. You have to immediately follow the rtype with the bonus that should be applied to the d20 roll, along with the closing brackets for an inline roll. &{template:npcatk} {{attack=1}} {{name=name}} {{rname=rname}} {{r1=[[d20]]}} @{rtype}]]}} {{type=Save}}
Thanks for the response Koda. I am still struggling to get this to work. However, I stumbled across the Chat Menus and it looks like that will be an easier way to achieve what I'm after.