ZavedaXvch.lua 767 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/Freeport/ZavedaXvch.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.14 07:07:43
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. conversation = CreateConversation()
  13. PlayFlavor(NPC, "zaveda_x_vch/fprt_north/quests/zaveda_xvch/zaveda_xvch001.mp3", "", "", 993528106, 3118405624, Spawn)
  14. AddConversationOption(conversation, "Okay, I'm leaving.")
  15. StartConversation(conversation, NPC, Spawn, "How dare you address me! I have important things to attend to. Now leave before others see you conversing with me; I don't want them to think I socialize with scum.")
  16. end
  17. function respawn(NPC)
  18. end