Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
WHOIS 0.71 KB | None | 0 0
  1. on *:TEXT:@rr*:#: {
  2.   if ($2 ison #) {
  3.     {
  4.       var %nick = $2
  5.       var %i = 0
  6.       while (%i <= 1) {
  7.         var %rr = $rand(1,4)
  8.         .timer 1 $calc( 3 + %i * 3 ) msg $chan  %nick spins the chamber and squeezes the trigger...!
  9.         if (%rr == 1) .timer 1 $calc( 3 + %i * 5 ) msg $chan CLICK! %nick got lucky.
  10.         if (%rr == 2) .timer 1 $calc( 3 + %i * 5 )  msg $chan BANG! %nick $+ 's face is covered with paint
  11.         if (%rr == 3) .timer 1 $calc( 3 + %i * 5 )  msg $chan The gun jammed, %nick got lucky.
  12.         if (%rr == 4) .timer 1 $calc( 3 + %i * 5 )  msg $chan Gun shot out the message saying [ BANG! ]
  13.         var %nick = $nick
  14.         var %i = $calc( %i + 1 )
  15.       }
  16.     }
  17.   }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement