GurthaTings.lua 534 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/SerpentSewer/GurthaTings.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.02 08:07:07
  5. Script Purpose :
  6. :
  7. --]]
  8. require("SpawnScripts/Generic/GenericVoiceOvers")
  9. function spawn(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. GenericHail(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. PlayFlavor(NPC, "", "Hello there! Find any good things down here? Gurtha is buying.", "", 1689589577, 4560189, Spawn)
  15. end
  16. function respawn(NPC)
  17. spawn(NPC)
  18. end