ModiniteZVol.lua 841 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/Freeport/ModiniteZVol.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.16 06:07:02
  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/modinite_z_vol/fprt_north/modinitezvol001.mp3", "", "", 285079217, 2983261764, Spawn)
  14. AddConversationOption(conversation, "I'll take your advice on it. ")
  15. StartConversation(conversation, NPC, Spawn, "Only through intense suffering can one be purified of all weaknesses and frailty. The Threshing separates the weak willed from the mighty in faith. Pray that you are not found wanting when your personal Threshing comes...")
  16. end
  17. function respawn(NPC)
  18. end