You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Dice

From MafiaWiki
Revision as of 02:26, 9 February 2007 by Mr. Flay (talk | contribs) (copied from old wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The [dice] tags are a simple random number generator.

Syntax

   [dice]XdY[/dice]

Will roll a Y sided die, X times. X must be less than 200 and Y must be 100 or less. If you chose to roll a 100 sided die, it will be represented as if you rolled two 10 sided dice, with one being the tens digit and the other being the ones digit.

The result will be something like:

 Original Roll String: 2d6
 6-Sided Dice Results: 1, 5 (Total = 6)

Note this this is not fool proof. People can edit their posts and get a new dice roll. It will usually say FIXED, but this is not foolproof either. If you are in a forum where people can edit their posts, you should pay close attention and/or only play with people you can trust.

You can also use simple math operators (+, -, *, and /).

Example

Syntax:

   [dice]2d6+4[/dice] 
 Original Roll String: 2d6+4
 6-Sided Dice Results: (1, 5) + 4 (Total = 10)