# SerbianTrivia v2.0

**Category:** Eggdrop_Bot
**Original Author:** Unknown

## Description
This bot script is designed to run on an IRC channel, providing trivia questions to users who can answer them for points. It includes commands to start and stop the game, request hints, skip questions, and check scores.

## Key Features
- **Commands**: !start, !hint, !skip, !stop, /msg (botname) error (question number) (description)
- **Question Database**: Loads trivia questions from a file.
- **Scoring System**: Tracks player scores and streaks.
- **Hint Mechanism**: Provides hints for unanswered questions.
- **Game End Conditions**: Automatically ends the game if a player misses too many consecutive questions.

## File Analysis
- **serbiantrivia.tcl** — Contains the main logic of the trivia game, including command bindings, question loading, and scoring mechanisms.
- **trivia.questions** — A text file containing a list of trivia questions and answers.
- **SerbianTrivia.html** — An HTML document providing instructions on how to use the script and its commands.
- **filelist.xml** — XML file listing the main files in the archive.