VelnaTKril.lua 458 B

12345678910111213141516171819202122232425262728
  1. --[[
  2. Script Name : SpawnScripts/Freeport/VelnaTKril.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.13 07:07:15
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. dofile("SpawnScripts/Generic/GenericGuardVoiceOvers.lua")
  11. function spawn(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. GenericGuardHail(NPC, Spawn, Faction)
  16. end
  17. function respawn(NPC)
  18. end