Log in

Help for rpg


RPG is PyLily's /ROLL Playing Game, ported over from CONNECT and designed to 
support on-line gaming. At the moment, the only command supported is /roll.

The syntax is:  /roll nds+p where:

  n is the number of dice to roll (default: 1)                         
  s is the number of sides per die (default: 6)                        
  p is the number of points to be added to the final total (default: 0)

For example:

  /roll       rolls a single six-sided die                         
  /roll 5     rolls five six-sided dice                            
  /roll 5+3   rolls five six-sided dice and adds three to the total
  /roll 4d20  rolls four twenty-sided dice