guest598594 commented on a Page, Simple !8ball script.  -  Nov 12, 2007

i agree with helios, the if (%var == number) is a waste, i would use a txt or a variable

on *:TEXT:!8ball*:%chan: { 
  if (%8ballg == on) {
    var %x = yes|no|maybe so|i dont know|other answers
    msg $chan $gettok(%x,$r(1,$numtok(%x,124)),124)
  }
}
 Respond  
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.