So I've created these token actions for my players for most of the skills they would need, but I can't get the piloting skills to work. I think its because of the space and the "-" in the skill name. Any suggestions on how to account for this in the macro and get the skill check I need? Samples of a working and non-working macro below. Thanks in advance. Working: !eed label(Charm: @{selected|token_name} targets @{target|token_name}) skill(@{selected|rankCharm}|@{selected|Presence})@{selected|dicePool} !eed opposed(@{target|rankCool}|@{target|Presence}) !eed upgrade(difficulty|?{Any Upgrades to Difficulty?|0}) Non-Working: !eed label(Piloting-Planetary: @{selected|token_name} targets @{target|token_name}) skill(@{selected|rankPiloting - Planetary}|@{selected|Agility})@{selected|dicePool} !eed opposed(@{target|rankPiloting - Space}|@{target|Agility}) !eed upgrade(difficulty|?{Any Upgrades to Difficulty?|0})