user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/333', '', '38.107.179.243', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 7031, 1337597793) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

dice

Syntax: %dice(d)

return a random dice roll from the dice d. Dice have the format xdy where x is the number of times to roll and y is the number of sides on the dice. An optional +n or -n may be appended to the dice.

Example:

#ECHO %dice(2d6+2)



Displays a random number from rolling two six-sided dice and then adding 2 to the result.

Add comment

Login or register to post comments