I am looking to add a togglable macro to 3 skills     Silver-Tongued Haggler (Su) :
 Whenever you make a Bluff, Diplomacy, or Sense Motive check, you can, 
as a free action, grant yourself a bonus on the roll equal to 1/2 your 
cleric level (minimum +1). You can use this ability a number of times 
per day equal to 3 + your Wisdom modifier.     A very simple plus half class level      +floor(@{level}/2      I want to add this:      [[ ?{Silver Tongue?|Yes,1|No,0}*(   +floor(@{level}/2 ) ]]      To this:    &{template:pf_generic} @{toggle_accessible_flag} @{toggle_rounded_flag} {{font=@{apply_specfont_chat}@{use_specfont}}} {{scroll_desc=@{scroll-desc}}} {{color=@{rolltemplate_color}}} {{header_image=@{header_image-pf_generic-skill}}} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{subtitle}} {{name=^{diplomacy}}} {{Check=[[ @{skill-query} + [[ @{Diplomacy} ]]  ]]}} @{Diplomacy-ut} @{skill_options} @{Diplomacy-cond-notes} {{generic_note=@{Diplomacy-note}}}     Where would it be added?