
Hello. I am using the OGL DND5e sheet. I am trying to get a saving throw button macro to appear for the CRL/Customizable Roll Listener API/mod for both NPC AND PC actions that require you to roll a saving throw. I can get the macro button to appear for NPC actions and spells using: !crl
\\create,name=Dexterity
Save,template=spell atk dmg atkdmg npcatk npcdmg npcfullatk, text=Dexterity
saving throw \\%{Macros|dexteritySave} The macro "dexteritySave" macro is below if it matters. &{template:npcaction} [Dexterity Save](~selected|dexterity_save) Anything I have tried to get that button to appear for a PC though hasn't worked. I've been searching through google and the forums and I can only find posts of people asking how to get crit/fumble macros to work. Any help would be greatly appreciated.