Advertisement
Guest User

Untitled

a guest
Oct 15th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. ON *:TEXT:*tipped instascratch*:#:{
  2. if ($nick == Matylda) {
  3. set %amounttipped $4
  4. if (%amounttipped > 5) { msg # Sorry, 5 is the limit. (Silently Returned) | msg # !tip $1 %amounttipped | HALT }
  5. set %randvar $rand(1,14)
  6. if (%randvar == 1) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,6 WIN  - 1,0 LOSE  - 1,0 LOSE  | HALT }
  7. if (%randvar == 2) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 1,0 LOSE  - 0,6 WIN  - 1,0 LOSE  | HALT }
  8. if (%randvar == 3) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,6 WIN  - 0,6 WIN  - 0,6 WIN  | set %amountgotten %amounttipped * 2 | msg ##hyp-casino !tip $1 %amountgotten | HALT }
  9. if (%randvar == 4) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,1 JACKPOT  - 1,0 LOSE  - 1,0 LOSE  | HALT }
  10. if (%randvar == 5) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,6 WIN  - 0,6 WIN  - 0,6 WIN  | set %amountgotten %amounttipped * 2 | msg # !tip $1 %amountgotten | HALT }
  11. if (%randvar == 6) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 1,0 LOSE  - 1,0 LOSE  - 0,1 JACKPOT  | HALT }
  12. if (%randvar == 7) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,1 JACKPOT  - 0,6 WIN  - 0,1 JACKPOT  | HALT }
  13. if (%randvar == 8) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,6 WIN  - 0,6 WIN  - 0,6 WIN  | set %amountgotten %amounttipped * 2 | msg # !tip $1 %amountgotten | HALT }
  14. if (%randvar == 9) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 1,0 LOSE  - 0,1 JACKPOT  - 0,1 JACKPOT | HALT }
  15. if (%randvar == 10) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,1 JACKPOT  - 1,0 LOSE  - 0,1 JACKPOT  | HALT }
  16. if (%randvar == 11) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 1,0 LOSE  - 1,0 LOSE  - 0,1 JACKPOT  | HALT }
  17. if (%randvar == 12) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 1,0 LOSE  - 1,0 LOSE  - 0,1 JACKPOT  | HALT }
  18. if (%randvar == 13) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 1,0 LOSE  - 0,6 WIN  - 1,0 LOSE  | HALT }
  19. if (%randvar == 14) { notice $1 Scratching... (all three MUST MATCH TO WIN) | notice $1 0,1 JACKPOT  - 0,1 JACKPOT  - 0,1 JACKPOT  | set %amountgotten %amounttipped * 2 | msg # !tip $1 %amountgotten | HALT }
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement