
Hi, I've updated the WFRP dice script (original author: Omonubi, enhancements by The Aaron) to change the rolling syntaxe that I found not userfriendly Previously: !wfrp BRCEFXM // The order of the digits are: // B - Characteristic // R - Reckless //C - Conservative //E - Expertise //F - Fortune //X - Challenge //M - Misfortune // E.G. '!wfrp 3021231' Now: !wfrp CaDbFcIdTePfEg You can now call the diceroller by describing the exact number of dices you want. Everything is optionnal. I've kept the original behaviour to roll a single 1 characteristic dice if typing only "!wfrp". Eg: Characteristic 4, Challenge 2 You now roll !wfrp C4D2 instead of !wfrp 4000020 Note: Naming conventions are based on the French translation of the game, and can easily (quite) switched to English names in the switch/case around line 115... (except you'll have 3 keywords beginning with "C" that we don't have in french...) //Cx => Caractéristique (Characteristic "B" Base?) //Dx => Défi / Difficulté (Challenge "X") //Ex => Expertise (Expertise) //Fx => Fortune (Fortune) //Ix => Infortune (Misfortune) //Px => Prudence (Conservative) //Tx => Témérité (Reckless) <a href="https://gist.github.com/benchambon/e65e19ac7a77025aebff" rel="nofollow">https://gist.github.com/benchambon/e65e19ac7a77025aebff</a>