CornaKilgour.lua 558 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/CornaKilgour.lua
  3. Script Purpose : Corna Kilgour <Housing>
  4. Script Author : theFoof
  5. Script Date : 2013.10.29
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. PlayFlavor(NPC, "", "Making food, armor, and weapons is every bit as important to the success and security of our city as standing to face the enemy. Quality equipment and items can make the difference.", "nod", 1689589577, 4560189, Spawn)
  16. end