I want to make a knowledge macro for pathfinder, and it needs to go something like: Knowledge[choice] = 1d20 + @{selected|knowledge-choice} I'm trying this {{Knowledge [?{Knowledge|Arcana|Dungeoneering|Engineering|Geography|History|Local|Nature|Nobility|Planes|Religion}]=[[1d20+?{Knowledge|Arcana,@{selected|knowledge-arcana}|Dungeoneering,@{selected|knowledge-dungeoneering}|Engineering,@{selected|knowledge-engineering}|Geography,@{selected|knowledge-geography}|History,@{selected|knowledge-history}|Local,@{selected|knowledge-local}|Nature,@{selected|knowledge-nature}|Nobility,@{selected|knowledge-nobility}|Planes,@{selected|knowledge-planes}|Religion,@{selected|knowledge-religion} } }]]}} but apparently defering replacement for choices just doesn't work. It turns them into a 0. Is there a way to have a choice mean something in one place, and something else in another?