Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1.  
  2. PLUGIN.Quiz = {
  3. {
  4. q = "What style of Roleplay does our server use?",
  5. a = {
  6. "Semi-serious",
  7. "Fun",
  8. "Serious",
  9. "That one that DarkRP utilizes"
  10. },
  11. t = {3}
  12. },
  13. {
  14. q = "Do you understand how to type properly, using capital letters and full-stops?",
  15. a = {
  16. "Yes, I do.",
  17. "no but it sounds cool.",
  18. "yes I do",
  19. "MaYbE lAter."
  20. },
  21. t = {1}
  22. },
  23. {
  24. q = "Someone engages in an out of character conversation with you and insults you repeatedly. How do you reply?",
  25. a = {
  26. "I ignore him/her",
  27. "I remain respectful and file a report for out-of-character insults",
  28. "I tell everyone about it so he faces a ban as soon as possible",
  29. "I insult them back"
  30. },
  31. t = {2}
  32. },
  33. {
  34. q = "Which is the correct physical description?",
  35. a = {
  36. "A cool guy with a cool name.",
  37. "1,7m Tell | Short Beard | Brown Eyes | Brown Hair",
  38. },
  39. t = {2}
  40. },
  41. {
  42. q = "What is meta-gaming?",
  43. a = {
  44. "Using information gained from OOC means of communication in IC roleplay.",
  45. "Using metal devices in roleplay.",
  46. },
  47. t = {1}
  48. },
  49. {
  50. q = "Which of the following would be classified as deathmatching?",
  51. a = {
  52. "Finding someone on the street and shooting them because you feel like it",
  53. "Shooting at the CP's during an escape as you don't want to get caught",
  54. },
  55. t = {1}
  56. },
  57. {
  58. q = "Items help with roleplay, but are not always needed, do you understand?",
  59. a = {
  60. "Yes",
  61. "No",
  62. },
  63. t = {1}
  64. },
  65. {
  66. q = "What is power-gaming?",
  67. a = {
  68. "Using information gathered through an OOC medium IC",
  69. "Forcing an action upon someone via the /me command.",
  70. },
  71. t = {2}
  72. },
  73. {
  74. q = "What do you think serious roleplaying is about?",
  75. a = {
  76. "Upgrading weapon systems.",
  77. "Developing your character.",
  78. },
  79. t = {2}
  80. },
  81. {
  82. q = "In which universe is this roleplay server based on?",
  83. a = {
  84. "Modern Roleplay, year 2019",
  85. "Half-Life, year 1998",
  86. "Dark Roleplay, year 2019",
  87. "Half-Life 2, year 2006"
  88. },
  89. t = {4}
  90. }
  91.  
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement