NipiusMalchus.lua 795 B

12345678910111213141516171819202122232425
  1. --[[
  2. Script Name : SpawnScripts/Freeport/NipiusMalchus.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.08.04 06:08:49
  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/nipius_malchus/fprt_south/nipiusmalchus000.mp3", "", "", 266175188, 3990993797, Spawn)
  14. AddConversationOption(conversation, "It would be best if you forgot I was ever here...")
  15. StartConversation(conversation, NPC, Spawn, "Hail to you as well. Forgive me if we've met before... I'm a little distracted. I've more custom orders for armor then I've the tradesmen to match.")
  16. end
  17. function respawn(NPC)
  18. end