What I’m trying to do
I’m trying to build some template options for my TTRPG sessions. I need a template that calls the dice roller to get a random race from a note.
Things I have tried
I adjusted the Dice Roller plugin to ignore the “TEMPLATE” folder and created a note called “Random Race”. Inside it I wrote:
`dice: [[Races]]`
where [[Races]] is a note like this:
Human
Dwarf
Elf
Halfling
For some reason, when I write last ` the dice roller calling simply vanishes. It doesn’t give my race or anything.
When I write
`dice-mod: [[Races]]`
in any note, it continues like that. It doesn’t change or “roll” the dice.
Is there anything I’m doing wrong?