
Hi! I'm using the Fate Core "Fate by roll20" character sheet and I'm creating a dropdown list for skills to use when selecting a character token. My purpose is to have the same output as rolling from the character sheet, but I'm having some trouble in doing this, namely using the selected value in the dropdown list both in the template header and the roll itself. As an example, I have the following: &{template:rolls} {{Name=?{Skill| @{selected|Great_1}| @{selected|Good_1}}}} This pops the dropdown for both skills and writes the selected skill name in the template header, but how do I use the selected skill to roll the appropriate bonus? {{roll=[[4df+4]] "or" [[4df+3]] }} ?? Is this possible? Any ideas? Thanks