Advertisement
Guest User

Untitled

a guest
May 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. on *:text:!8Ball*:#: {
  2. var %8ball $rand(1,10)
  3. /msg $chan 4??12P14l12e14a12s14e 12W14a12i14t4??
  4. /timer 1 4 msg $chan $read($shortfn($mircdir) $+ 8ballanswers.txt)
  5. if ((%8ball == 1)) /msg $chan 4:.:.:The answer is4:.:.: 12 Yes.
  6. if ((%8ball == 2)) /msg $chan 4:.:.:The answer is4:.:.: 12 No.
  7. if ((%8ball == 3)) /msg $chan 4:.:.:The answer is4:.:.: 12 Doubt it.
  8. if ((%8ball == 4)) /msg $chan 4:.:.:The answer is4:.:.: 12 A finger points to no.
  9. if ((%8ball == 5)) /msg $chan 4:.:.:The answer is4:.:.: 12 A finger points to no.
  10. if ((%8ball == 6)) /msg $chan 4:.:.:The answer is4:.:.: 12 Most likely.
  11. if ((%8ball == 7)) /msg $chan 4:.:.:The answer is4:.:.: 12 Possible.
  12. if ((%8ball == 8)) /msg $chan 4:.:.:The answer is4:.:.: 12 In ur dreams.
  13. if ((%8ball == 9)) /msg $chan 4:.:.:The answer is4:.:.: 12 How should i know that?!
  14. if ((%8ball == 10)) /msg $chan 4:.:.:The answer is4:.:.: 12 Ask later again.
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement