(http://www.firehawkgames.biz/forum/Themes/MGames/images/dice.gif) Code: :dice [# of dice]d[size of dice][sign][modifier] [/list]
Some samples of what the code looks like in use, followed by some examples of how it is displayed (note: each example has an extra space between the ":" and the "d") Code: : dice 3d6: : dice 2d10+3: : dice 1d100-30: : dice 1d75: (http://www.firehawkgames.biz/forum/Themes/MGames/images/dice2.gif) Code: :stats [# of dice]d[# of sides][sign][modifier],[drop lowest?],[# of times to roll] [/list]
Some samples of what the code looks like in use, followed by some examples of how it is displayed (note: each example has an extra space between the ":" and the "s") Code: : stats 4d6,y,6: : stats 3d10,y,8: Stats rolled 6 times using 4d6 and dropping the lowest roll 4, 5, 5, 6: 16 2, 6, 2, 3: 11 6, 3, 2, 3: 12 1, 5, 4, 3: 12 4, 1, 4, 5: 13 5, 3, 3, 2: 11 Stats rolled 8 times using 3d10 and dropping the lowest roll 4, 6, 7: 13 7, 2, 10: 17 6, 8, 8: 16 2, 7, 1: 9 2, 9, 6: 15 10, 3, 8: 18 5, 5, 5: 10 1, 8, 10: 18 4) Fudge Dice This one is for folks who play using the Fudge system (I included it because it was available - I wrote only the first dice function listed, the other three were made by others). Syntax There are no variables to be added, so to use this one, just use the word fudge with a colon ":" on both sides of the word with no spaces. Example (I listed the code word 5 times in a row) Rolling 4dF Results = -, 0, +, +, Total = +1 Rolling 4dF Results = +, +, -, 0, Total = +1 Rolling 4dF Results = 0, 0, -, 0, Total = -1 Rolling 4dF Results = 0, +, -, 0, Total = 0 Rolling 4dF Results = -, +, -, +, Total = 0 5) Open-Ended Percentile Dice - Alternate Formatting This works just like Number 1, only this time, the display shows what each individual roll is. The syntax for using it is identical to that of number 1, only the keyword is different, oeRoll as opposed to oeDice. NOTE: Even if you do NOT have a modifier being applied to the rolls, you MUST include a comma after the number of rolls to be made! I am working to correct this issue. Here is a sample of what it looks like:
|