I am trying to add my Wisdom bonus to my INT knowledge checks. The code I am using is this: + [[ ?{Monster Lore?|Yes,1|No,0}*(class-0-name|WIS-mod) ]] The Macro for the entire roll goes like 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=^{knowledge-planes}}} {{Check=[[ @{skill-query} + [[ @{Knowledge-Planes} ]] ]]}} @{Knowledge-Planes-ut} @{skill_options} @{Knowledge-Planes-cond-notes} {{generic_note=@{Knowledge-Planes-note}}} I am pretty sure it is my code rather than Roll20. What is wrong with it? And where in the roll macro does it go?