NaturalistTummyfill.lua 584 B

12345678910111213
  1. --[[
  2. Script Name : SpawnScripts/ElddarGrove/NaturalistTummyfill.lua
  3. Script Purpose : Naturalist Tummyfill <Tunarian Alliance Grove Warden>
  4. Script Author : John Adams
  5. Script Date : 2008.09.28
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. 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)
  11. end