Advertisement
Guest User

Untitled

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