OverlordsEdge.lua 333 B

123456789101112131415161718
  1. --[[
  2. Script Name : ghostship.lua
  3. Script Purpose : Waypoint Path for ghostship.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/14/2021 11:57:46 AM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. end