
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: https://app.roll20.net/forum/post/6018396/fate-macros-for-roll20
/roll 4df+ (@{selected|Athletics}[Skill]+0) + ?{Modifier?|0}[Mod.]
Similar examples here: https://wiki.roll20.net/Fate_Core
/roll 4df+ @{selected|Notice}[Notice]
---
Any input, please?
-Terry