8ball

By Noa Destiny on Nov 04, 2007

well i was bored soi made an 8ball script.

on *:TEXT:!8ball*:#:{
  /set %8ball $rand(1,6) 
  if (%8ball == 1) .msg $chan 4,1No! 
  if (%8ball == 2) .msg $chan 12,1Yes 
  if (%8ball == 3) .msg $chan 8,1Maybe 
  if (%8ball == 4) .msg $chan 9,1of course 
  if (%8ball == 5) .msg $chan 11,1Are you crazy?!?! 
  if (%8ball == 6) .msg $chan 7,1How should I know? 
}

Comments

Sign in to comment.
guest598594   -  Nov 12, 2007

i did :)

/set %8ball $rand(1,6) 

u should do

var %8ball = $r(1,6)

var makes it a local variable, no need to be global :P

 Respond  
Anti   -  Nov 12, 2007

Very simple i might make a 8ball with dialog :)

 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.