# High Low Game Script v2.0

**Category:** Eggdrop_Script
**Original Author:** Justdabomb2

## Description
This script implements a simple "High Low" game for an IRC channel, allowing users to guess a number chosen by the bot within a specified range.

## Key Features
- **!hl on <number>**: Turns the game on and sets the highest number.
- **!hl off**: Turns the game off.
- **!hl help**: Displays available commands.
- **!hl activate**: Activates the game for others to play.
- **!hl deactivate**: Deactivates the game so others cannot play.
- **!guess <number>**: Allows users to guess a number, providing feedback on whether the guess is too high or too low.

## File Analysis
- **Justdabomb2-HighLow-v2.0.tcl** — Contains the main script logic and command definitions for the "High Low" game.