123456789101112131415161718 |
- --[[
- Script Name : ghostship.lua
- Script Purpose : Waypoint Path for ghostship.lua
- Script Author : Auto Generated
- Script Date : 03/14/2021 11:57:46 AM
- Script Notes : Locations collected from Live
- --]]
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- end
|