# Russian Roulette Script v1.0

**Category:** mIRC_Addon
**Original Author:** Temmer (dentemmer@yahoo.com)

## Description
A simple IRC script that emulates a game of Russian roulette, allowing users to play by sending commands in the channel.

## Key Features
- **!rr** — Starts or participates in the game.
- **!rrstat** — Displays the number of people who have been "killed" in the game.
- **Randomization** — The game uses random numbers to determine if a player is "killed".

## File Analysis
- **rr.tcl** — Contains the core logic for the Russian roulette game, including event bindings and command handlers.