on *:TEXT:!rr*:var %rr = $rand(1,3)
msg $chan $2 draait het wapen en schiet!
if (%rr == 1) .timer 1 3 msg $chan CLICK! $2 got lucky.
if (%rr == 2) .timer 1 3 msg $chan BANG! $nick watches $2 $+ 's brain splatter all over the wall.
if (%rr == 3) .timer 1 3 msg $chan The gun jammed, $2 got lucky.
}