TrayloLeafsway.lua 569 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/ElddarGrove/TrayloLeafsway.lua
  3. Script Purpose : Traylo Leafsway <Gildas' Assistant>
  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/voice_emotes/greetings/greetings_1_1012.mp3", "Greetings citizen. Please see me if you have any armor from Gildas that you wish to be rid of, I have some newer armor that may interest you. ", "", 0, 0, Spawn)
  11. end