
Since its been asked a lot, I have created a script to roll dice for World of Darkness, here.
Using this script:
!wodice followed by some text including an inline roll [[7d10]]
The above will print out something like this:
You can add some optional paremeters at the end, marked with --.
You can set a different difficulty, like so:
--7
--difficulty:10
You can change the title that appears at the top, like so
--title: a new title
--a new title
Edit:There is currently a glitch - title can not be the first parameter (things after --).
You can get extra success on rolls of 10:
--tens
You can instead use the newest edition, which grants two extra successes for each pair of 10s, but nothign for a single ten, with either of these:
--doubles --tens:2
and finally can sort the dice like so
--sort
Putting that all together, and you could have
!wodice a fancy description of why I'm doing [[12d10]] --a new title --5 --sort --tens:2
which would look like:
I hope WOD users find it useful.
Edit: The link to the script was broken. I've just fixed this. I dread to look at the code to see how terrible it is, being 5 years old now...