aveteranpathfinder257859.lua 416 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/aveteranpathfinder257859.lua
  3. Script Author : Rylec
  4. Script Date : 2022.03.24 04:03:40
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/AppearanceHuman"
  9. function spawn(NPC)
  10. humanAppearance(NPC)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end