Sabotagesabotagefreeport1x101.lua 369 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/Antonica/Sabotagesabotagefreeport1x101.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.07.17 08:07:15
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC, 1, 1,0)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end