JendanGreenthorn.lua 477 B

123456789101112
  1. --[[
  2. Script Name : SpawnScripts/WillowWood/JendanGreenthorn.lua
  3. Script Purpose : Jendan Greenthorn
  4. Script Author : Scatman
  5. Script Date : 2000.09.15
  6. Script Notes :
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "voiceover/english/jendan_greenthorn/qey_village05/100_jendan_greenthorn_multhail1_f21756ea.mp3", "Sorry, friend. I can't chat. I'm waiting for my brother and I'd hate to miss him!", "", 2945270851, 1633258355, Spawn)
  11. end