# Nerfbendr's Fishing And Hunting Script

**Category:** Eggdrop_Script
**Original Author:** Shawn Roles (Nerfbendr)

## Description
This script is a simple eggdrop TCL-based game that simulates fishing and hunting activities within an IRC channel, allowing users to compete for the largest catches or kills. The game maintains user records of their best catches and allows them to challenge each other.

## Key Features
- **!hunt** command: Simulates hunting various creatures in different locations.
- **!fish** command: Simulates fishing from various bodies of water with random outcomes.
- **!trophy** command: Displays the current record holder for both hunting and fishing.
- **Monthly Reset**: Automatically resets records at the start of each month.

## File Analysis
- **Nerfbendr'sFishingAndHunting10Beta.tcl** — Contains the core logic for handling user commands, determining outcomes based on random weights, and updating record files.
- **InstallationInstructions.txt** — Provides instructions for installing and configuring the script within an eggdrop bot.