Advertisement
Guest User

Untitled

a guest
Oct 15th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ON *:TEXT:*tipped wheeloffortune*:#:{
  2. if ($nick == Matylda) {
  3. set %amounttipped $4
  4. if (%amounttipped > 5) { msg ##hyp-games Sorry, 5 is the limit. (Silently Returned) | msg ##hyp-casino !tip $1 %amounttipped | HALT }
  5. set %randvar $rand(1,4)
  6. if (%randvar == 1) { notice $1 such lands on x1! IF you need help just use command !wheel | set %amountgotten %amounttipped * 1 | msg # !tip $1 %amountgotten }
  7. if (%randvar == 2) { notice $1 many sads landed BANKRUPT! }
  8. if (%randvar == 3) { notice $1 such lands on x2 ! IF you need help just use command !wheel | set %amountgotten %amounttipped * 2 | msg # !tip $1 %amountgotten }
  9. if (%randvar == 4) { notice $1 many sads landed BANKRUPT! }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement