Hi. I've got some trouble setting up a Fate Core game with macros. I'm trying to create macro for skill rolls (for buttons on the table), but it seems I'm not quite getting this. Example: I want to create a macro for a Good skill (+3) named Will. I assumed this would work: /roll 4df + @{selected|Will} but it does not. This sort of works @{selected|Good1}, but it only yields "Will", not the +3 value of the skill. --- I found some examples, but I cannot get this to work: <a href="https://app.roll20.net/forum/post/6018396/fate-macros-for-roll20" rel="nofollow">https://app.roll20.net/forum/post/6018396/fate-macros-for-roll20</a> /roll 4df+ (@{selected|Athletics}[Skill]+0) + ?{Modifier?|0}[Mod.] Similar examples here: <a href="https://wiki.roll20.net/Fate_Core" rel="nofollow">https://wiki.roll20.net/Fate_Core</a> /roll 4df+ @{selected|Notice}[Notice] --- Any input, please? -Terry