You can try something like this

Code:
  
on $*:TEXT:/roll (\d+)/:#:{
  msg $chan $nick is rolling $regml(1) dice
  dice-rollingscript $regml(1)
}

Last edited by BarGarth; 01/05/05 06:12 PM.