PrivateerTwitchwhisker.lua 447 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : <script-name>
  3. Script Purpose : <purpose>
  4. Script Author : <author-name>
  5. Script Date : 1/1/2019
  6. Script Notes : <special-instructions>
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. PlayFlavor(NPC, "", "Have you come to join the Seafury Buccaneers? Open seas and plenty of swag await you!", "agree", 1689589577, 4560189, Spawn)
  15. end