AnniaKaeso.lua 813 B

12345678910111213141516171819202122232425
  1. --[[
  2. Script Name : SpawnScripts/Freeport/AnniaKaeso.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.08.04 06:08:45
  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, "voiceover/english/annia_kaeso/fprt_south/mer_anniakaeso.mp3", "", "", 3665529784, 3634349576, Spawn)
  14. AddConversationOption(conversation, "Thank you for your time. I must be going now.")
  15. StartConversation(conversation, NPC, Spawn, "Hello. Hello. Welcome. You look out of place here in Freeport. Almost as if you were something blown in by the wind or swept ashore by the tide. No wait. It was that dream!")
  16. end
  17. function respawn(NPC)
  18. end