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

[5E OGL] Ability for NPC DEX Save

1559059664

Edited 1559059753
How do I replicate clicking on Dexterity on the NPC sheet with a macro/ability?  If I use  %{selected|dexterity} , it looks like a player is rolling it and doesn't use the NPC token name. Desired: Actual:
You want to use %{selected|npc_dex_save}
1559062996
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Also note that your examples are Dex Ability Rolls, not saves: PC: Roll: %{selected|dexterity} Save: %{selected|dexterity_save} NPC: Roll: %{selected|dexterity} Save: %{selected|npc_dex_save}
Thank you!!