##################################################################################################### # # # "Trivia 2000" Version 1.0 ŠIan-Highlander 2000 (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. # # ------------------------------------------------------------------------------------------------- # # Please note:This script is currently only designed for bots that are in one room only. # # If your bot is in multiple rooms, it will respond in both, so someone in one room could # # answer the question from another lol. We're working on it. Next version wont do it I promise! # # If You would like to receive updates as and when they are available, please email me. # # # #####################################################################################################