Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

FATE Core "Fate by roll20" Dropdown

1590104941

Edited 1590118163
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
1590140188
GiGs
Pro
Sheet Author
API Scripter
As I understand it, there's no way to do this with standard macros. In the fate sheet, attributes dont have a score associated with them. We can see from the attribute name what score they have, but roll20's dice parser cant understand that. I think the only way is to have two queries-  one to ask for the skill name, and the second to ask for its score. That is a shame.
To bad... thanks!