D12

From NWN Lexicon



Contents

[edit] d12(int)

Rolls a 12-sided die.

int d12(
    int nNumDice = 1
);

[edit] Parameters

nNumDice

The number of dice to roll. (Default: 1)


[edit] Description

Returns the total from rolling nNumDice x d12 dice.
If nNumDice is less than 1, then 1 is used.



[edit] Remarks

A d12 (twelve sided die) has a 8.3% probability of turning up any one number.


[edit] Version

1.22

[edit] See Also

functions: 

Random



 author: Charles Feduke
 

Personal tools
Categories