Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. on 1:TEXT:!8ball *:#:{
  2. set %8ball $rand(1,8)
  3. msg $chan 7 $nick 7Is Shaking Up The 8ball
  4. if ((%8ball == 1)) msg $chan 7 8Ball Answers 7: 2 Yes
  5. if ((%8ball == 2)) msg $chan 7 8Ball Answers 7: 2 No Way
  6. if ((%8ball == 3)) msg $chan 7 8Ball Answers 7: 2 Highly Doubt It
  7. if ((%8ball == 4)) msg $chan 7 8Ball Answers 7: 2 Are You Crazy!?!?!
  8. if ((%8ball == 5)) msg $chan 7 8Ball Answers 7: 2 Of Course
  9. if ((%8ball == 6)) msg $chan 7 8Ball Answers 7: 2 Im Sure
  10. if ((%8ball == 7)) msg $chan 7 8Ball Answers 7: 2 Never In A Million Years
  11. if ((%8ball == 8)) msg $chan 7 8Ball Answers 7: 2 Its Been Destined
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement