Russian Roulette

By Gage on Nov 07, 2009

This is a simple Russian roulette game I made up.I wuz bored :I Just type `Rroulette. Kinda hard to get hit but if your trying to, expect some spam :I
Any problems plz notify me.

Attempting to update a little and add a few timers.
Didnt work.. :I
So I just add 6 more shots..making it even harder to get shot sadly ;-;

on *:text:`Rroulette:#{
msg $chan So you wanna test your luck against me eh $nick ? 
msg $chan *filps a revolver up in the air*
msg $chan *catches it and pulls the trigger at $nick !
}
if ($rand(1,6) != 1) {
msg $chan *CLICK!* :I | halt
}
if ($rand(1,6) != 2) {
msg $chan *CLICK!* Lucky... | halt
}
if ($rand(1,6) != 3) {  
msg $chan Well..
msg $chan die for it! >:} 
kick $chan $nick Bang! x.x
}
if ($rand(1,6) != 4
msg $chan *CLICK!* (-_-) | halt
}
if ($rand(1,6) != 5
msg $chan *CLICK* damnit
}
if ($rand(1,6) != 6
msg $chan *CLICK* $%^#!
/me throws the gun at $nick
kick $chan $nick :/

Comments

Sign in to comment.
Gage   -  Nov 13, 2009

?

 Respond  
GlobalAnomaly   -  Nov 11, 2009
on *:text:`RRoulette:#: {
  set %RRoulette.num $r(1,3)
  set %RRoulette.target $r(1,3)
  .msg # So you wanna test your luck against me eh $+($nick,?)
  .describe # flips a revolver in the air..
  .describe # catches it and fires at $+($nick,!)
  if (%RRoulette.num == %RRoulette.target) { .describe # BOOM! A bullet hit $+($nick,!) | .timer 1 1 kick # $nick BOOM! | unset %RRoulette.num | unset %RRoulette.target | halt }
  else {
    .msg # CLICK! $nick got lucky!!
    unset %RRoulette.num
    unset %RRoulette.target
  }
}
 Respond  
Gage   -  Nov 11, 2009

By the way, its a 3 shooter because I wanted to up the chance of someone getting shot :I

 Respond  
Gage   -  Nov 11, 2009

I tried to add some timers fordlawnmower but it gave me some problems. Im going to try again and see my results.

 Respond  
Cracker200   -  Nov 10, 2009

LOL if this was real i'd love it :D

 Respond  
Grant-   -  Nov 07, 2009

Okay, out of boredom I changed it up a bit :P

on $*:text:/^[@.!`]Rroulette$/Si:#:{
  msg $chan So you wanna test your luck against me eh $nick $+ ? 
  describe $chan flips a revolver up in the air, and then catches it and fires at $nick $+ !
  var %x $r(1,3)
  if (%x == 1) {
    msg $chan *CLICK!* :I
  }
  if (%x == 2) {
    msg $chan *CLICK!* Lucky...
  }
  else {  
    msg $chan Well..
    .timer 1 1 kick $chan $nick 4Bang! x.x
 }
}
 Respond  
FordLawnmower   -  Nov 07, 2009

You should use timers on the messages so they don't all come out at one time.
Also, why does your gun only a 3 shooter?

 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.