Language:
None specified     Change language:
Pastebin: 129548
Author: Anonymous
Subject: Untitled
Created: 2009-11-28 18:08:09
Download and save
Toggle line numbers
1-- Initialize arrays 
2TriviaBot_Questions[1] = {['Categories'] = {}, ['Question']= {}, ['Answers']= {}, ['Category']= {}, ['Points']= {}, ['Hints']= {}}; 
3 
4-- Set information 
5TriviaBot_Questions[1]['World of Warcraft And Things'] = ""; -- Title of the set 
6TriviaBot_Questions[1]['Things that may or may not relate to World of Warcraft'] = ""; -- Little description of the set 
7TriviaBot_Questions[1]['Anaroch'] = ""; -- Author of the set 
8 
9-- Add categories 
10TriviaBot_Questions[1]['Categories'][1] = "Category 1"; -- Just add your own categories and as many as you like 
11TriviaBot_Questions[1]['Categories'][2] = "Category 2"; 
12TriviaBot_Questions[1]['Categories'][3] = "Category 3"; 
13TriviaBot_Questions[1]['Categories'][4] = "Category 4"; 
14 
15-- Points: Difficulty 1: 5-9 - Difficulty 2: 10-15 - Difficulty 3: 16-20 
16-- Add questions 
17TriviaBot_Questions[1]['Question'][1] = "Grand Apothecary Putress played a vital role in the Development of the New Plague, which he released on the Horde and Alliance. Which main ingrediant that Putress would use in his Apple Pies?"; 
18TriviaBot_Questions[1]['Answers'][1] = {"Apple", "Apples"}; 
19TriviaBot_Questions[1]['Category'][1] = 1; -- First category 
20TriviaBot_Questions[1]['Points'][1] = 5; -- Amount of points this question should grant 
21TriviaBot_Questions[1]['Hints'][1] = {"The main ingrediant in any Apple Pie.", "Besides the crust."}; 
22 
23TriviaBot_Questions[1]['Question'][1] = "The Odyssey, in Greek Ὀδύσσεια, Odýsseia, is one of two major ancient Greek epic poems attributed to Homer. In Stargate SG-1, Odyssey is a Battlecruiser of the Tau'ri Fleet. what is the name of the spaceship that crashlanded in Azuremyst Ilse?"; 
24TriviaBot_Questions[1]['Answers'][1] = {"Exodar", "The Exodar"}; 
25TriviaBot_Questions[1]['Category'][1] = 1; -- First category 
26TriviaBot_Questions[1]['Points'][1] = 5; -- Amount of points this question should grant 
27TriviaBot_Questions[1]['Hints'][1] = {"Okay, technically it was a dimensional ship.", "The second ghost town of the Alliance."}; 
28 
29TriviaBot_Questions[1]['Question'][1] = "Shamans are spiritual visionaries of tribes and clans. These gifted healers can see into the world of spirits and communicate with creatures invisible to eyes of normal beings. They are beset by visions of the future and use their sight to guide their people through troubled times. what is the seventh word in the third sentence?"; 
30TriviaBot_Questions[1]['Answers'][1] = {"the"}; 
31TriviaBot_Questions[1]['Category'][1] = 1; -- First category 
32TriviaBot_Questions[1]['Points'][1] = 5; -- Amount of points this question should grant 
33TriviaBot_Questions[1]['Hints'][1] = {"The second sentence.", "You should really learn how to count."}; 
34 
35TriviaBot_Questions[1]['Question'][1] = "Barn-owls (family Tytonidae) are one of the two families of owls, the other being the typical owls, Strigidae. They are medium to large sized owls with large heads and characteristic heart-shaped faces. They have long, strong legs with powerful talons. They also differ from Strigidae in structural details relating in particular to the sternum and feet. In World of Warcraft, an 'of the owl' green item rewards what two stats?"; 
36TriviaBot_Questions[1]['Answers'][1] = {"Intellect and Spirit", "Int and Spr", "Int and Spirit", "Intellect and Spr"}; 
37TriviaBot_Questions[1]['Category'][1] = 1; -- First category 
38TriviaBot_Questions[1]['Points'][1] = 5; -- Amount of points this question should grant 
39TriviaBot_Questions[1]['Hints'][1] = {"without one, you'd be dumb.", "without the other, you'd have no soul."}; 
Thread:
[129548] Untitled by Anonymous at 2009-11-28 18:08:09
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.