Bowling Script

By CrazyDriver on Nov 27, 2015

Hey All,

The command for this is !bowling

It's basically a bowling script that I used to have from a while ago as it was used on another platform and I thought I'd convert it a little and put it on here so hope it's alright and if anyone wants to change or update it for themselves and make it better than they have my word on it! :)

Note: It isn't realistic!

on *:TEXT:!bowling*:#: {
  if ($($+(%,flood.,$nick),2)) { return }
  set -u30 %flood. $+ $nick On

  .timer 1 1 msg # 0[07Bowling0] 04 $+ $nick 0picks up the bowling ball10.....
  .timer 1 3 msg # 0[07Bowling0] 04 $+ $nick 0moves up the alley and bowls the ball10......

  var %ball1 $rand(1,4)
  if (%ball1 == 1) { .timer 1 5 msg $chan 0[07Bowling0] 0Oooh....It's starting to look like a gutter ball }
  if (%ball1 == 2) { .timer 1 5 msg $chan 0[07Bowling0] 0It's running along the edge }
  if (%ball1 == 3) { .timer 1 5 msg $chan 0[07Bowling0] 0It's going down the middle! }
  if (%ball1 == 4) { .timer 1 5 msg $chan 0[07Bowling0] 0It's starting to look like a RICKY SHAY MOVEMENT! }

  var %ball2 $rand(1,4)
  if (%ball2 == 1) { .timer 1 7 msg $chan 0[07Bowling0] 0The ball starts to curve and it's..... }
  if (%ball2 == 2) { .timer 1 7 msg $chan 0[07Bowling0] 0The ball starts to slow down and it's...... }
  if (%ball2 == 3) { .timer 1 7 msg $chan 0[07Bowling0] 0The ball is looking to go and it's....... }
  if (%ball2 == 4) { .timer 1 7 msg $chan 0[07Bowling0] 0The RICKY SHAY MOVEMENT is doing well and it's...... }

  var %ball3 $rand(1,8)
  if (%ball3 == 1) { .timer 1 9 msg $chan 0[07Bowling0] 0A STRIKE!!! }
  if (%ball3 == 2) { .timer 1 9 msg $chan 0[07Bowling0] 0A miserable 2 Pins }
  if (%ball3 == 3) { .timer 1 9 msg $chan 0[07Bowling0] 0A 7-Ten Split! }
  if (%ball3 == 4) { .timer 1 9 msg $chan 0[07Bowling0] 0A miserable 1 Pin }
  if (%ball3 == 5) { .timer 1 9 msg $chan 0[07Bowling0] 0A alright SIX pin knockdown! }
  if (%ball3 == 6) { .timer 1 9 msg $chan 0[07Bowling0] 0A SPARE!!!! }
  if (%ball3 == 7) { .timer 1 9 msg $chan 0[07Bowling0] 0A GUTTER Ball!!!! }
  if (%ball3 == 8) { .timer 1 9 msg $chan 0[07Bowling0] 0A 8-TEN Split!!!! }

  var %ball4 $rand(1,1)
  if (%ball4 == 1) { .timer 1 11 msg $chan 0[07Bowling0] 04 $+ $nick 0picks up another ball, throws it and it's..... }

  var %ball5 $rand(1,8)
  if (%ball5 == 1) { .timer 1 13 msg $chan 0[07Bowling0] 0A STRIKE!!! }
  if (%ball5 == 2) { .timer 1 13 msg $chan 0[07Bowling0] 0A miserable 2 Pins }
  if (%ball5 == 3) { .timer 1 13 msg $chan 0[07Bowling0] 0A 7-Ten Split! }
  if (%ball5 == 4) { .timer 1 13 msg $chan 0[07Bowling0] 0A miserable 1 Pin }
  if (%ball5 == 5) { .timer 1 13 msg $chan 0[07Bowling0] 0A alright SIX pin knockdown! }
  if (%ball5 == 6) { .timer 1 13 msg $chan 0[07Bowling0] 0A SPARE!!!! }
  if (%ball5 == 7) { .timer 1 13 msg $chan 0[07Bowling0] 0A GUTTER Ball!!!! }
  if (%ball5 == 8) { .timer 1 13 msg $chan 0[07Bowling0] 0A 8-TEN Split!!!! }
}

Comments

Sign in to comment.
dma   -  Nov 27, 2015

good one bro

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.