bourneident commented on a Page, Roulette V2  -  Sep 07, 2010
on *:text:!new:#:{ 
  if ($hget(Roully, $address($nick,2)) >= 0) { msg $chan $nick You already have an account. | halt }
  if ($hget(Roully, $address($nick,2)) < 0) {
    hadd -m Roully $address($nick,2) 100000 
    msg $chan A new account has been created. $nick has $chr(36) $+ 100000 to gamble.
  }
}
needs to be change for me to get this one to work 
was missing the !
in this line 
if ($hget(Roully, $address($nick,2)) < 0) {
to become 
if (!$hget(Roully, $address($nick,2)) < 0) {

nice job :)
works great

already have people playing fun :)
going to add some color i think

utanamun  -  Feb 23, 2013

can you added feature save a money score?

because if bot exit or reconect, score will reset. please

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.