# Kaos Game Script

**Category:** Eggdrop_Bot
**Original Author:** Indra^Pratama Staff BhasIRC

## Description
This script implements a trivia game called Kaos, which runs on an IRC network using Eggdrop as the bot framework. It allows users to participate in question-and-answer sessions and earn points based on their answers.

## Key Features
- **Question Management**: Reads questions from a database file.
- **User Interaction**: Users can ask for the top scorers or view their own scores via IRC commands.
- **Scoring System**: Points are awarded for correct answers, with bonus points given to the highest scorer at the end of each round.
- **Monthly Reset**: Automatically resets user scores and questions asked every month.

## File Analysis
- **kaos.tcl** — Contains the core logic for running the Kaos game, including command bindings, question picking, scoring, and display functions.
- **README-Kaos.txt** — Provides instructions on how to set up the script, including folder structure and configuration file locations.
- **kaos.cfg** — Configures various settings such as channel name, auto-start status, score files, and advertisements.
- **kaos.db** — Stores trivia questions for the game.