Advertisement
Guest User

Untitled

a guest
May 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. global.qtext[0] = "Which of these fangames would have the highest difficulty rating?"
  2. global.atext[0, 0] = "Kamilia 3"
  3. global.atext[0, 1] = "Celebrate 100"
  4. global.atext[0, 2] = "Little runner"
  5. global.atext[0, 3] = "Walkright"
  6.  
  7. global.qtext[1] = "Who is the kid's father?"
  8. global.atext[1, 0] = "The Guy"
  9. global.atext[1, 1] = "Dracula"
  10. global.atext[1, 2] = "Biff"
  11. global.atext[1, 3] = "Quaker Oats Man"
  12.  
  13. global.qtext[2] = "What icon became a running gag in FM2017?"
  14. global.atext[2, 0] = "VLC Pylon"
  15. global.atext[2, 1] = "Pair of shoes"
  16. global.atext[2, 2] = "Discord logo"
  17. global.atext[2, 3] = "Green Square"
  18.  
  19. global.qtext[3] = "Which of these is a Stonk game?"
  20. global.atext[3, 0] = "Dip the crusty benis"
  21. global.atext[3, 1] = "I wanna wanna"
  22. global.atext[3, 2] = "Hades"
  23. global.atext[3, 3] = "Danny tanner"
  24.  
  25. global.qtext[4] = "What button combination did the needle makers"
  26. global.qtext2[4] = "have to press in the Needle Makers event?"
  27. global.atext[4, 0] = "F L I P"
  28. global.atext[4, 1] = "S T O P"
  29. global.atext[4, 2] = "K I D"
  30. global.atext[4, 3] = "Q W O P"
  31.  
  32. global.qtext[5] = "Which of these was a former 'The Guy' ?"
  33. global.atext[5, 0] = "Bowser"
  34. global.atext[5, 1] = "Mother Brain"
  35. global.atext[5, 2] = "Luigi"
  36. global.atext[5, 3] = "Captin Falcon"
  37.  
  38. global.qtext[6] = "Typically when given infinite jump, the message that shows is:"
  39. global.qtext2[6] = " 'You can jump _____' ?"
  40. global.atext[6, 0] = "many times!"
  41. global.atext[6, 1] = "forever!"
  42. global.atext[6, 2] = "infinite!"
  43. global.atext[6, 3] = "really a lot!"
  44.  
  45. global.qtext[7] = "Which of these games was a collaboration"
  46. global.qtext2[7] = "in their development process?"
  47. global.atext[7, 0] = "Crimson Needle 2"
  48. global.atext[7, 1] = "NANG"
  49. global.atext[7, 2] = "Thug Life"
  50. global.atext[7, 3] = "Find my destiny"
  51.  
  52. global.qtext[8] = "Which of these is possible to place in the room in jtool?"
  53. global.atext[8, 0] = "Pat's Balls"
  54. global.atext[8, 1] = "Thwomps"
  55. global.atext[8, 2] = "Miku"
  56. global.atext[8, 3] = "Hiddow Water"
  57.  
  58. global.qtext[9] = "What is a nickname given to Korean creator Leehe?"
  59. global.atext[9, 0] = "Mental Breaker"
  60. global.atext[9, 1] = "The Builder"
  61. global.atext[9, 2] = "Kermit"
  62. global.atext[9, 3] = "Kamilia the 2nd"
  63.  
  64. global.qtext[10] = "In addition to ice blocks, skulls, scythes and meteors,"
  65. global.qtext2[10] = "what is an attack used by the final boss of Find My Destiny?"
  66. global.atext[10, 0] = "Green Ooze"
  67. global.atext[10, 1] = "Cannon Balls"
  68. global.atext[10, 2] = "Swordfishes"
  69. global.atext[10, 3] = "Homing Rockets"
  70.  
  71. global.qtext[11] = "What is the height, in pixels, of a standard spike?"
  72. global.atext[11, 0] = "32"
  73. global.atext[11, 1] = "34"
  74. global.atext[11, 2] = "36"
  75. global.atext[11, 3] = "38"
  76.  
  77. global.qtext[12] = "What item can the player obtain in 'Serial Experiments Kid' ?"
  78. global.atext[12, 0] = "Iron Boots"
  79. global.atext[12, 1] = "Double Shot"
  80. global.atext[12, 2] = "Sticky Glue"
  81. global.atext[12, 3] = "Plant Seeds"
  82.  
  83. global.qtext[13] = "'You're the Kid Now, Charlie Brown!'"
  84. global.qtext2[13] = "was released under what alias?"
  85. global.atext[13, 0] = "Blue Sky Studios"
  86. global.atext[13, 1] = "Snoopy"
  87. global.atext[13, 2] = "The Peanuts Movie"
  88. global.atext[13, 3] = "Charlie Brown"
  89.  
  90. global.qtext[14] = "In Boshy 2, what button does the player mash to kill the boss?"
  91. global.atext[14, 0] = "B"
  92. global.atext[14, 1] = "X"
  93. global.atext[14, 2] = "Shift"
  94. global.atext[14, 3] = "Space"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement