I want to change the script so it isn't random deciding your destiny but random deciding who's destiny it is (so $nick1 or $nick2) but I don't know what code to use.

Php Code:
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.
}