RixTahReh.lua 557 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/SerpentSewer/RixTahReh.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.02 08:07:09
  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, "", "Hrmmf, hurry up and buy something or don't... I have to get back to the surface soon.", "", 1689589577, 4560189, Spawn)
  15. end
  16. function respawn(NPC)
  17. spawn(NPC)
  18. end