##################################################################################################### # # # "Trivia 2000" Version 1.1 ŠIan-Highlander 2001 (ian.highlander@eggdropsrus.co.uk) # # HUGE thanx to ^^Highlander^^ for his patience and assistance, without him the random question # # function would NEVER have worked. We got there eventually mate!! :o) # # Basically, this will not repeat a question within a category until all questions in that category # # have been asked, or when the category is changed using !choose and then switched back it will # # reset the list of used questions. Randomising them was easy, stopping repeat questions wasnt. :o) # # Scores section adapted from "Wordgame.tcl v1.0" by "Murf". # # ------------------------------------------------------------------------------------------------- # # A trivia game script that asks trivia questions to the room. # # With six different question categories built in and question files provided. # # Designed for people wanting something other than the standard word game scripts. # # ------------------------------------------------------------------------------------------------- # # This is my first attempt at script writing, so dont blame me if there's bugs!! :o) # # I take no responsibility if this script causes any problems for you or your bot. # # Designed and tested on Eggdrop 1.3.23 This script is provided completely free of charge. # # Feel free to amend or improve this script, but if you make improvements,please send me a copy :o) # # All I ask is that this message, the copyright message in the script and the "Loaded" message at # # the end of the script are not changed. # # ------------------------------------------------------------------------------------------------- # # If You would like to receive updates as and when they are available, please email me. # # ------------------------------------------------------------------------------------------------- # # New in Version 1.1 # # !trivia command bound to same list of commands available as !help command, too many people using # # !trivia because other scripts use this command :o), this needed to be explained to users easily. # # Bot can now be in multiple rooms!!!! (WOOHOOOOO!!), game can only be playing in one, set this in # # $gamechan variable, anyone trying to use game commands in any room other than game room will be # # directed to the correct room. # # Bot now adds new players automatically, and keeps score for them from first correct answer. # # Re-wrote half of the score keeping section ready for the !score command to be implemented. # # Huge thanx to stdragon who designed and wrote the automatic user validation section for me and # # went out of his way to help me set it up and test it, thanx man!! # # # #####################################################################################################