Viewing 2 reply threads
You must be logged in to reply to this topic.
I don’t know of any die rolling progs for IRC. Although the Yahoo forums used to have a die roller built into them. Type in something like /roll 2d6 or something like that. Shows everyone the results. I believe AOL has this as well.
Anyways if I see one I will drop a line.
Depening on the server there’s lots of dice bots out there. if not, you can always make a simple alias
/uadice {
var %r1 $r(1,10), %r2 $r(1,10)
say You rolled a %r1 and %r2 $+ . The result is %r1 $+ %r2 $+ $chr(37)
}
And have it for players as a remote
on *:text:ua:#:{
var %r1 $r(1,10), %r2 $r(1,10)
msg # You rolled a %r1 and %r2 $+ . The result is %r1 $+ %r2 $+ $chr(37)
}
I tend to hang around in #game1 on irc.dal.net if you have questions about that.
You must be logged in to reply to this topic.