NaturalistTummyfill.lua 591 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/NaturalistTummyfill.lua
  3. Script Author : Rylec
  4. Script Date : 2021.08.18 04:08:30
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. PlayFlavor(NPC, "voiceover/english/naturalist_tummyfill/qey_elddar/100_soc_halfling_tunarian_tummyfill_no_8092d272.mp3", "Nothing on Norrath can replicate the natural creations that are right in front of us.", "", 2667097175, 4211150032, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end