no no lol this is just the top part of the script lol

the whole thing is:

Code:
ON *:TEXT:*tipped iconslots*:##hyp-casino:{ 
  if ($nick == Matylda) { 
    set %amounttipped $4
    if (%amounttipped > 5) { msg ##hyp-casino Sorry, 5 is the limit. (Silently Returned) | msg ##hyp-casino !tip $1 %amounttipped | HALT }  
    var %symbol.0 9,1 ☠ 
    var %symbol.1 0,6 ☺ 
    var %symbol.2 0,1 ★ 
    var %symbol.3 0,4 ✠ 
    var %symbol.4 0,7 ❤ 
    var %symbol.5 1,8 ☯ 
    var %symbol.6 11,4 ♛ 
    var %symbol.7 4,12 ☬ 
    var %symbol.8 1,0 ツ 

    var %slot1 %symbol. [ $+ [ $rand(0,8) ] ]
    var %slot2 %symbol. [ $+ [ $rand(0,8) ] ]
    var %slot3 %symbol. [ $+ [ $rand(0,8) ] ]
    notice $2 %slot1 %slot2 %slot3
    if (%slot1 == %slot2) && (%slot1 == %slot3) {
      msg ##hyp-casino 3!!!4W7E 4H7A4V7E4 A7 W4I7N4N7E4R3!!!
      msg ##hyp-casino Way to GO $2!!! You have just won the jar containing  500 HYP!!)
      msg ##hyp-casino !tip $2 500 HYP  
      msg ##hyp-casino 3!!!4W7E 4H7A4V7E4 A7 W4I7N4N7E4R3!!!
    }
  }
  on *:load:{
    var %slotwin Nobody Won the game YET!
    echo 3 -a !slot machine loaded.
  }


and the "matylda" is a tip bot used in the channel, so the game knows its getting the credits... and the $1 is the users name that placed the bet

it looks like this:

Code:
<happyfappy> !tip wheeloffortune 5
<+Matylda> happyfappy tipped iconslots 5 Hyp! "/msg Matylda help" to claim. - Sponsored by ##Hyp-Casino


the $4 parameter is the tip amount

Last edited by HappyFappy; 14/10/14 06:09 PM.