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