Solas.lua 385 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/Oakmyst/Solas.lua
  3. Script Purpose : Solas <Guard>
  4. Script Author : Scatman
  5. Script Date : 2009.10.08
  6. Script Notes :
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericGuardVoiceOvers.lua")
  9. function spawn(NPC)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function hailed(NPC, Spawn)
  15. FaceTarget(NPC, Spawn)
  16. GenericGuardHail(NPC, Spawn)
  17. end