SirHaligan,CaptainoftheKnightsofTruth.lua 404 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/Graveyard/SirHaligan,CaptainoftheKnightsofTruth.lua
  3. Script Purpose : Sir Haligan, Captain of the Knights of Truth
  4. Script Author : Scatman
  5. Script Date : 2009.07.10
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. Say(NPC, "Who dares disturb my slumber?!")
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end