
Hey! I'm trying to make a drop down list for ability check for Pathfinder 1st edition (Pathfinder sheet by roll20) This is what I've got so far:
Normal
0
false
false
false
en-FI
X-NONE
X-NONE
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:8.0pt;
mso-para-margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-ansi-language:#0C00;
mso-fareast-language:EN-US;}
?{ Ability Check | Strength,@{Selected|whispertype}
&{template:pc} {{name=^{strength}}}
{{type=ability}} {{showchar=@{Selected|rollshowchar}}} {{charname=@{Selected|character_name}}}
{{roll=[[1d20+@{Selected|strength_mod}[MOD]+(@{Selected|ability_check_condition})[CONDITIONc]+@{Selected|rollmod_ability}[QUERY]]]}}
{{shownotes=@{Selected|rollnotes_ability}}} {{notes=@{Selected|strength_notes}}}
{{conditionsflag=[[@{Selected|ability_check_condition}+@{Selected|strength_condition}]]}}
{{conditions=@{Selected|conditions_display}}} | Dexterity,@{Selected|whispertype} &{template:pc}
{{name=^{dexterity}}} {{type=ability}} {{showchar=@{Selected|rollshowchar}}}
{{charname=@{Selected|character_name}}} {{roll=[[1d20+@{Selected|dexterity_mod}[MOD]+(@{Selected|ability_check_condition})[CONDITIONc]+@{Selected|rollmod_ability}[QUERY]]]}}
{{shownotes=@{Selected|rollnotes_ability}}} {{notes=@{Selected|dexterity_notes}}}
{{conditionsflag=[[@{Selected|ability_check_condition}+@{Selected|dexterity_condition}]]}}
{{conditions=@{Selected|conditions_display}}} |Constitution,@{Selected|whispertype} &{template:pc}
{{name=^{constitution}}} {{type=ability}}
{{showchar=@{Selected|rollshowchar}}} {{charname=@{Selected|character_name}}}
{{roll=[[1d20+@{Selected|constitution_mod}[MOD]+(@{Selected|ability_check_condition})[CONDITIONc]+@{Selected|rollmod_ability}[QUERY]]]}}
{{shownotes=@{Selected|rollnotes_ability}}} {{notes=@{Selected|constitution_notes}}}
{{conditionsflag=[[@{Selected|ability_check_condition}]]}}
{{conditions=@{Selected|conditions_display}}} } I can't seem to get this to work, just wondering if anyone knew what I'm doing wrong?