
I'm using the Pathfinder character sheet, and I have a character who can choose to roll her Reflex save twice, and take the best result. Now, I know I can roll it as: /roll 2d20kh1 + @{character_name|Ref} But I'd like to have it output using the standard saving throw template, without cluttering up Chat by displaying two results. Is this even possible to do? EDIT: I think I've figured it out, I'm just bad at using templates: &{template:pf_defense} {{character_name=@{character_name}}} {{name=^{reflex}}} {{^{save}=[[ 2d20kh1 + @{character_name|Ref} ]]}} Now I just need to figure out how to get @{toggle_rounded_flag} and {{color=@{rolltemplate_color}}} to work.