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 .
×

Newbie Macro help: asking sheet for skill list in token actions

1605028150

Edited 1605028205
This may be covered in another post, but i've been searching all morning and i'm not finding what I'm looking for... I'm running my first game with the Fate (By Evil Hat) character sheets. I want to set up a token action macro that asks for the @selected's skills, then offers them in a drop down list. I can do this when the players all have a pregen skill list (Every player has skills XYZ) by simply referring the macro to that attribute by name. However i'm stuck when I try to get the macro to ask the sheet for what custom skills it has, then list what it finds.  I'm using a slightly modified macro I found here for the pregen skill list:  &{template:default} {{name=CREATE ADVANTAGE}} {{character=@{selected|token_name}}}{{Intention=?{Intention|Create Advantage...}}} {{Roll=[[1dF]] [[1dF]] [[1dF]] [[1dF]]}}{{Approach=?{Approach|Flashy,FLASHY + @{selected|Skill-Flashy}|Careful,CAREFUL + @{selected|Skill-Careful}|Forceful,FORCEFUL + @{selected|Skill-Forceful}|Sneaky,SNEAKY + @{selected|Skill-Sneaky}|Quick,QUICK + @{selected|Skill-Quick}|Clever,CLEVER + @{selected|Skill-Clever}}}}{Specialized?=?{Specialized?|No|Yes,{{Expertise +2}}} Is there a way to adapt this to ask the sheet for "skill1, skill2, etc", but display the skill name in the drop down "Clever, Drive, Quick, etc"? 
1605035811

Edited 1605038229
I've located a way to generate the drop-down prompt from custom-defined skills by replacing the label with it's skill row location in the attributes list: {Approach|Flashy,FLASHY + @{selected|Skill-Flashy} With {{Approach=?{Approach|@{selected|skill-row0-1},@{selected|skill-row0-1} + @{selected|Skill-Flashy} However, my problem is two-fold; replacing that last bit; 1.) " @{selected|Skill-Flashy}",  I need to tell the macro to look for an attribute named "Skill-X", wherein X is defined as whatever was defined in "@selected|skill-row0-1".  2.) The row label changes when the value changes; when a skill changes from 1 -> 3, the attribute changes as well, from Row1-1 to 3-1.  Ideas? I would much rather use the simpler Fate Accellerated sheet that's available, but it doesn't allow changing the approaches outside the default.