Here I will tell you how to make your own trivia bot questions and answers!
What You Will Need
TriviaBot | World of Warcraft Addons | World of Warcraft @ Curse.com
What You Need To Do
Step1: Go into the trivia bot folder and you will see a file named NormalQuestions
Step2: Open it and inside it should have some questions in it will look like this
Code:
WOW_TRIVIA_QUESTIONS[1] = " ";
Step3: Whatever is inside the " " change it to what you want your question to be also make sure u have ; at the end after the last "
Step4: You will see below it
Code:
WOW_TRIVIA_ANSWERS1[1] = " ";
Step5: Change what ever answer to the question you had.
Step6: You can make many answer just change were it says ANSWER1[1] to ANSWER2[1]
Step7: Close the file and your done
NOTE: If you have more than 1 question make sure you change the number in the [] to a diffrent number.