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"?