GaussnitraVKilana.lua 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. --[[
  2. Script Name : SpawnScripts/DarklightWood/GaussnitraVKilana.lua
  3. Script Purpose : Gaussnitra V'Kilana
  4. Script Author : fearfx
  5. Script Date : 2017.01.26
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function spawn(NPC)
  9. SetPlayerProximityFunction(NPC, 10, "InRange", "LeaveRange")
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function InRange(NPC, Spawn)
  15. end
  16. function LeaveRange(NPC, Spawn)
  17. end
  18. --[[
  19. function hailed(NPC, Spawn)
  20. FaceTarget(NPC, Spawn)
  21. conversation = CreateConversation()
  22. end
  23. --local choice = math.random(1,1)
  24. if choice == 1 then
  25. PlayFlavor(NPC, "", "You have our gratitude.", "salute", 1689589577, 4560189, Spawn)
  26. else
  27. end
  28. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_3_1007.mp3", "", "", 0, 0, Spawn)
  29. AddConversationOption(conversation, "Yes, I have.", "dlg_1_1")
  30. StartConversation(conversation, NPC, Spawn, "Have you taken out the cultists?")
  31. if convo==2 then
  32. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1007.mp3", "", "", 0, 0, Spawn)
  33. AddConversationOption(conversation, "Not yet.", "dlg_2_1")
  34. StartConversation(conversation, NPC, Spawn, "Have the wolves been taken care of?")
  35. end
  36. if convo==5 then
  37. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1007.mp3", "", "", 0, 0, Spawn)
  38. AddConversationOption(conversation, "Yes, I have.", "dlg_5_1")
  39. StartConversation(conversation, NPC, Spawn, "Have you slain them?")
  40. end
  41. if convo==12 then
  42. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1007.mp3", "", "", 0, 0, Spawn)
  43. AddConversationOption(conversation, "Yes, I have.", "dlg_12_1")
  44. StartConversation(conversation, NPC, Spawn, "Have you slain them?")
  45. end
  46. if convo==18 then
  47. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1007.mp3", "", "", 0, 0, Spawn)
  48. AddConversationOption(conversation, "I am willing.", "dlg_18_1")
  49. StartConversation(conversation, NPC, Spawn, "Hello, Chayne. I'm stuck in Wanderlust Fair for now instead of out completing my assignments. Malyl says she needs me here to help with administrative work, how boring. I'd get Vicaonar to do my assignments for me, but I know he would just find a way to weasel out of them. How would you feel about doing some work for me?")
  50. end
  51. if convo==19 then
  52. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_3_1007.mp3", "", "", 0, 0, Spawn)
  53. AddConversationOption(conversation, "I am willing.", "dlg_19_1")
  54. StartConversation(conversation, NPC, Spawn, "Hello, Chayne. I'm stuck in Wanderlust Fair for now instead of out completing my assignments. Malyl says she needs me here to help with administrative work, how boring. I'd get Vicaonar to do my assignments for me, but I know he would just find a way to weasel out of them. How would you feel about doing some work for me?")
  55. end
  56. if convo==22 then
  57. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1007.mp3", "", "", 0, 0, Spawn)
  58. AddConversationOption(conversation, "I am willing.", "dlg_22_1")
  59. StartConversation(conversation, NPC, Spawn, "Hello, Hacaci. I'm stuck in Wanderlust Fair for now instead of out completing my assignments. Malyl says she needs me here to help with administrative work. Sigh, how boring. I'd get Vicaonar to do my assignments for me, but he's just been sent out on some special assignment. How would you feel about doing some work for me?")
  60. end
  61. if convo==23 then
  62. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1007.mp3", "", "", 0, 0, Spawn)
  63. AddConversationOption(conversation, "I am willing.", "dlg_23_1")
  64. StartConversation(conversation, NPC, Spawn, "Hello, Hacaci. I'm stuck in Wanderlust Fair for now instead of out completing my assignments. Malyl says she needs me here to help with administrative work. Sigh, how boring. I'd get Vicaonar to do my assignments for me, but he's just been sent out on some special assignment. How would you feel about doing some work for me?")
  65. end
  66. if convo==24 then
  67. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1007.mp3", "", "", 0, 0, Spawn)
  68. AddConversationOption(conversation, "Yes, I have.", "dlg_24_1")
  69. StartConversation(conversation, NPC, Spawn, "Have you taken them out?")
  70. end
  71. if convo==25 then
  72. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1007.mp3", "", "", 0, 0, Spawn)
  73. AddConversationOption(conversation, "Yes, I have.", "dlg_25_1")
  74. StartConversation(conversation, NPC, Spawn, "Have you taken them out?")
  75. end
  76. if convo==26 then
  77. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1007.mp3", "", "", 0, 0, Spawn)
  78. AddConversationOption(conversation, "Yes, they have.", "dlg_26_1")
  79. StartConversation(conversation, NPC, Spawn, "Have the wolves been taken care of?")
  80. end
  81. if convo==33 then
  82. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1007.mp3", "", "", 0, 0, Spawn)
  83. AddConversationOption(conversation, "Yes, I have.", "dlg_33_1")
  84. StartConversation(conversation, NPC, Spawn, "Have you taken them out?")
  85. end
  86. if convo==34 then
  87. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1007.mp3", "", "", 0, 0, Spawn)
  88. AddConversationOption(conversation, "Yes, I have.", "dlg_34_1")
  89. StartConversation(conversation, NPC, Spawn, "Have you taken them out?")
  90. end
  91. if convo==52 then
  92. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1007.mp3", "", "", 0, 0, Spawn)
  93. AddConversationOption(conversation, "Yes, I have.", "dlg_52_1")
  94. StartConversation(conversation, NPC, Spawn, "Have you taken out the cultists?")
  95. end
  96. if convo==53 then
  97. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_3_1007.mp3", "", "", 0, 0, Spawn)
  98. AddConversationOption(conversation, "Yes, I have.", "dlg_53_1")
  99. StartConversation(conversation, NPC, Spawn, "Have you taken out the cultists?")
  100. end
  101. if convo==54 then
  102. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_3_1007.mp3", "", "", 0, 0, Spawn)
  103. AddConversationOption(conversation, "Yes, I have.", "dlg_54_1")
  104. StartConversation(conversation, NPC, Spawn, "Have you taken out the cultists?")
  105. end
  106. end
  107. function dlg_1_1(NPC, Spawn)
  108. FaceTarget(NPC, Spawn)
  109. conversation = CreateConversation()
  110. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  111. AddConversationOption(conversation, "Very well.", "dlg_1_2")
  112. AddConversationOption(conversation, "I may return later to finish this business.")
  113. StartConversation(conversation, NPC, Spawn, "Excellent work. Belarshalee has identified the leader of the cult, I'd like you to go take her out before they have time to recoup from the losses we've already inflicted upon them. She resides at the base of the crater itself, her name is Alerica. While you're there I'd also like you to take out the elite caste of the cult, the adherents.")
  114. end
  115. function dlg_1_2(NPC, Spawn)
  116. FaceTarget(NPC, Spawn)
  117. conversation = CreateConversation()
  118. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  119. AddConversationOption(conversation, "I shall.", "dlg_1_3")
  120. StartConversation(conversation, NPC, Spawn, "Report back to me once you've finished.")
  121. end
  122. function dlg_5_1(NPC, Spawn)
  123. FaceTarget(NPC, Spawn)
  124. conversation = CreateConversation()
  125. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  126. AddConversationOption(conversation, "Is there anything else I can do?", "dlg_5_2")
  127. StartConversation(conversation, NPC, Spawn, "Your work is excellent, Chayne. I will be sure and note how much of an asset you were in my report to Malyl. Thank you, soldier.")
  128. end
  129. function dlg_5_2(NPC, Spawn)
  130. FaceTarget(NPC, Spawn)
  131. conversation = CreateConversation()
  132. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  133. AddConversationOption(conversation, "Yes, I can do that.", "dlg_5_3")
  134. AddConversationOption(conversation, "I can not.")
  135. StartConversation(conversation, NPC, Spawn, "There is, actually. I've been trying to get Vicaonar to figure out what is going on with the adolescent wolves to the northwest, but he keeps claiming he's too busy. I know the claim is false, but I cannot punish him. I will, of course, note his attitude to Malyl, but she is quite busy herself. Either way, I will be looking into the wolves to see if I can find a cause for their strange behavior. But, it would help in the interim if you could kill some of them so they stop harassing travelers and fair goers. Do you think you can do that for me?")
  136. end
  137. function dlg_5_3(NPC, Spawn)
  138. FaceTarget(NPC, Spawn)
  139. conversation = CreateConversation()
  140. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  141. AddConversationOption(conversation, "You're welcome.", "dlg_5_4")
  142. StartConversation(conversation, NPC, Spawn, "Thank you very much, Chayne.")
  143. end
  144. function dlg_12_1(NPC, Spawn)
  145. FaceTarget(NPC, Spawn)
  146. conversation = CreateConversation()
  147. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  148. AddConversationOption(conversation, "Is there anything else I can do?", "dlg_12_2")
  149. StartConversation(conversation, NPC, Spawn, "Your work is excellent, Hacaci. I will be sure and note how much of an asset you were in my report to Malyl. Thank you, soldier.")
  150. end
  151. function dlg_12_2(NPC, Spawn)
  152. FaceTarget(NPC, Spawn)
  153. conversation = CreateConversation()
  154. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  155. AddConversationOption(conversation, "Yes, I can do that.", "dlg_12_3")
  156. AddConversationOption(conversation, "I can not.")
  157. StartConversation(conversation, NPC, Spawn, "There is, actually. Vicaonar has not returned from his latest assignment. He was sent to the east to investigate some missing Nerians who have failed to return to Wanderlust Fair. I need you to check on his progress, and aid him, if necessary.")
  158. end
  159. function dlg_12_3(NPC, Spawn)
  160. FaceTarget(NPC, Spawn)
  161. conversation = CreateConversation()
  162. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  163. AddConversationOption(conversation, "You're welcome.", "dlg_12_4")
  164. StartConversation(conversation, NPC, Spawn, "Thank you very much, Hacaci.")
  165. end
  166. function dlg_18_1(NPC, Spawn)
  167. FaceTarget(NPC, Spawn)
  168. conversation = CreateConversation()
  169. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  170. AddConversationOption(conversation, "You want me to take them out?", "dlg_18_2")
  171. StartConversation(conversation, NPC, Spawn, "That's the first good news I've heard in quite a while. Right now I'm looking for potential threats to Neriak and to the Darklight Woods. For some time now there has been a cult operating out of the Sableflame Crater to the southeast. Though they haven't tried to move outward from their location, they are quite hostile to anyone--guards and citizens of Neriak included--who get close.")
  172. end
  173. function dlg_18_2(NPC, Spawn)
  174. FaceTarget(NPC, Spawn)
  175. conversation = CreateConversation()
  176. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  177. AddConversationOption(conversation, "All right.", "dlg_18_3")
  178. AddConversationOption(conversation, "I don't have time for this.")
  179. StartConversation(conversation, NPC, Spawn, "I do, but approach with caution. For now don't go into the crater itself, just kill those that wander too far away, their outriders, fanatics, and heralds.")
  180. end
  181. function dlg_19_1(NPC, Spawn)
  182. FaceTarget(NPC, Spawn)
  183. conversation = CreateConversation()
  184. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  185. AddConversationOption(conversation, "You want me to take them out?", "dlg_19_2")
  186. StartConversation(conversation, NPC, Spawn, "That's the first good news I've heard in quite a while. Right now I'm looking for potential threats to Neriak and to the Darklight Woods. For some time now there has been a cult operating out of the Sableflame Crater to the southeast. Though they haven't tried to move outward from their location, they are quite hostile to anyone--guards and citizens of Neriak included--who get close.")
  187. end
  188. function dlg_19_2(NPC, Spawn)
  189. FaceTarget(NPC, Spawn)
  190. conversation = CreateConversation()
  191. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  192. AddConversationOption(conversation, "All right.", "dlg_19_3")
  193. AddConversationOption(conversation, "I don't have time for this.")
  194. StartConversation(conversation, NPC, Spawn, "I do, but approach with caution. For now don't go into the crater itself, just kill those that wander too far away, their outriders, fanatics, and heralds.")
  195. end
  196. function dlg_19_3(NPC, Spawn)
  197. FaceTarget(NPC, Spawn)
  198. conversation = CreateConversation()
  199. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  200. AddConversationOption(conversation, "Will do.", "dlg_19_4")
  201. StartConversation(conversation, NPC, Spawn, "Return to me once you've completed the task.")
  202. end
  203. function dlg_22_1(NPC, Spawn)
  204. FaceTarget(NPC, Spawn)
  205. conversation = CreateConversation()
  206. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  207. AddConversationOption(conversation, "You want me to take them out?", "dlg_22_2")
  208. StartConversation(conversation, NPC, Spawn, "That's the first good news I've heard in quite a while. Right now I'm looking for potential threats to Neriak and to the Darklight Woods. For some time now there has been a cult operating out of the Sableflame Crater to the southeast. Though they haven't tried to move outward from their location, they are quite hostile to anyone--guards and citizens of Neriak included--who get close.")
  209. end
  210. function dlg_22_2(NPC, Spawn)
  211. FaceTarget(NPC, Spawn)
  212. conversation = CreateConversation()
  213. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  214. AddConversationOption(conversation, "All right.", "dlg_22_3")
  215. AddConversationOption(conversation, "I don't have time for this.")
  216. StartConversation(conversation, NPC, Spawn, "I do, but approach with caution. For now, don't go into the crater itself. Just kill those that wander around its perimeter: their outriders, fanatics, and heralds.")
  217. end
  218. function dlg_23_1(NPC, Spawn)
  219. FaceTarget(NPC, Spawn)
  220. conversation = CreateConversation()
  221. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  222. AddConversationOption(conversation, "You want me to take them out?", "dlg_23_2")
  223. StartConversation(conversation, NPC, Spawn, "That's the first good news I've heard in quite a while. Right now I'm looking for potential threats to Neriak and to the Darklight Woods. For some time now there has been a cult operating out of the Sableflame Crater to the southeast. Though they haven't tried to move outward from their location, they are quite hostile to anyone--guards and citizens of Neriak included--who get close.")
  224. end
  225. function dlg_23_2(NPC, Spawn)
  226. FaceTarget(NPC, Spawn)
  227. conversation = CreateConversation()
  228. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  229. AddConversationOption(conversation, "All right.", "dlg_23_3")
  230. AddConversationOption(conversation, "I don't have time for this.")
  231. StartConversation(conversation, NPC, Spawn, "I do, but approach with caution. For now, don't go into the crater itself. Just kill those that wander around its perimeter: their outriders, fanatics, and heralds.")
  232. end
  233. function dlg_23_3(NPC, Spawn)
  234. FaceTarget(NPC, Spawn)
  235. conversation = CreateConversation()
  236. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  237. AddConversationOption(conversation, "Will do.", "dlg_23_4")
  238. StartConversation(conversation, NPC, Spawn, "Return to me once you've completed the task.")
  239. end
  240. function dlg_24_1(NPC, Spawn)
  241. FaceTarget(NPC, Spawn)
  242. conversation = CreateConversation()
  243. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  244. AddConversationOption(conversation, "I can do that.", "dlg_24_2")
  245. AddConversationOption(conversation, "I can't right now.")
  246. StartConversation(conversation, NPC, Spawn, "Nice work. I've just spoken with Malyl and she has given me permission to step up the operation against the Sableflame cultists. Though she still won't let me leave the camp. That means I'd like you to go inside the crater itself, though not too deep. I've been speaking with Belarshalee Do'Torlyl who also has an interest in these cultists and she's told me more of their ranks. This time I'd like you to take out their incanters, cauterizers, scryers and watchers.")
  247. end
  248. function dlg_25_1(NPC, Spawn)
  249. FaceTarget(NPC, Spawn)
  250. conversation = CreateConversation()
  251. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  252. AddConversationOption(conversation, "I can do that.", "dlg_25_2")
  253. AddConversationOption(conversation, "I can't right now.")
  254. StartConversation(conversation, NPC, Spawn, "Nice work. I've just spoken with Malyl and she has given me permission to step up the operation against the Sableflame cultists. Though she still won't let me leave the camp. That means I'd like you to go inside the crater itself, though not too deep. I've been speaking with Belarshalee Do'Torlyl who also has an interest in these cultists and she's told me more of their ranks. This time I'd like you to take out their incanters, cauterizers, scryers and watchers.")
  255. end
  256. function dlg_25_2(NPC, Spawn)
  257. FaceTarget(NPC, Spawn)
  258. conversation = CreateConversation()
  259. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  260. AddConversationOption(conversation, "All right.", "dlg_25_3")
  261. StartConversation(conversation, NPC, Spawn, "I know you can. I will see you when you return.")
  262. end
  263. function dlg_33_1(NPC, Spawn)
  264. FaceTarget(NPC, Spawn)
  265. conversation = CreateConversation()
  266. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  267. AddConversationOption(conversation, "I can do that.", "dlg_33_2")
  268. AddConversationOption(conversation, "I can't right now.")
  269. StartConversation(conversation, NPC, Spawn, "Nice work. I've just spoken with Malyl and she has given me permission to step up the operation against the Sableflame cultists. Unfortunately, she still won't let me leave the camp. That means I need you to return to the crater and venture inside the crater itself. I've been speaking with Belarshalee Do'Torlyl, who also has an interest in these cultists, and she's told me more of their ranks. This time I'd like you to take out their incanters, cauterizers, scryers, and watchers.")
  270. end
  271. function dlg_34_1(NPC, Spawn)
  272. FaceTarget(NPC, Spawn)
  273. conversation = CreateConversation()
  274. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  275. AddConversationOption(conversation, "I can do that.", "dlg_34_2")
  276. AddConversationOption(conversation, "I can't right now.")
  277. StartConversation(conversation, NPC, Spawn, "Nice work. I've just spoken with Malyl and she has given me permission to step up the operation against the Sableflame cultists. Unfortunately, she still won't let me leave the camp. That means I need you to return to the crater and venture inside the crater itself. I've been speaking with Belarshalee Do'Torlyl, who also has an interest in these cultists, and she's told me more of their ranks. This time I'd like you to take out their incanters, cauterizers, scryers, and watchers.")
  278. end
  279. function dlg_34_2(NPC, Spawn)
  280. FaceTarget(NPC, Spawn)
  281. conversation = CreateConversation()
  282. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  283. AddConversationOption(conversation, "All right.", "dlg_34_3")
  284. StartConversation(conversation, NPC, Spawn, "I know you can. I will see you when you return. Make sure to speak to Belarshalee before you leave. She may know something about the Sableflame that will assist you in your task.")
  285. end
  286. function dlg_52_1(NPC, Spawn)
  287. FaceTarget(NPC, Spawn)
  288. conversation = CreateConversation()
  289. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  290. AddConversationOption(conversation, "Very well.", "dlg_52_2")
  291. AddConversationOption(conversation, "I may return later to finish this business.")
  292. StartConversation(conversation, NPC, Spawn, "Excellent work. Belarshalee has identified the leader of the cult. I'd like you to take her out before they have time to recoup from the losses we've already inflicted upon them. She resides at the base of the crater itself, and her name is Alerica. While you're there, I'd also like you to take out the elite caste of the Sableflame cult: the adherents.")
  293. end
  294. function dlg_53_1(NPC, Spawn)
  295. FaceTarget(NPC, Spawn)
  296. conversation = CreateConversation()
  297. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  298. AddConversationOption(conversation, "Very well.", "dlg_53_2")
  299. AddConversationOption(conversation, "I may return later to finish this business.")
  300. StartConversation(conversation, NPC, Spawn, "Excellent work. Belarshalee has identified the leader of the cult. I'd like you to take her out before they have time to recoup from the losses we've already inflicted upon them. She resides at the base of the crater itself, and her name is Alerica. While you're there, I'd also like you to take out the elite caste of the Sableflame cult: the adherents.")
  301. end
  302. function dlg_54_1(NPC, Spawn)
  303. FaceTarget(NPC, Spawn)
  304. conversation = CreateConversation()
  305. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  306. AddConversationOption(conversation, "Very well.", "dlg_54_2")
  307. AddConversationOption(conversation, "I may return later to finish this business.")
  308. StartConversation(conversation, NPC, Spawn, "Excellent work. Belarshalee has identified the leader of the cult. I'd like you to take her out before they have time to recoup from the losses we've already inflicted upon them. She resides at the base of the crater itself, and her name is Alerica. While you're there, I'd also like you to take out the elite caste of the Sableflame cult: the adherents.")
  309. end
  310. function dlg_54_2(NPC, Spawn)
  311. FaceTarget(NPC, Spawn)
  312. conversation = CreateConversation()
  313. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  314. AddConversationOption(conversation, "I shall.", "dlg_54_3")
  315. StartConversation(conversation, NPC, Spawn, "Report back to me once you've finished.")
  316. end
  317. ]]--
  318. --[[ raw_conversations
  319. PlayFlavor(NPC, "", "You have our gratitude.", "salute", 1689589577, 4560189, Spawn)
  320. --]]