Gubta.lua 402 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/Commonlands/Gubta.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.05.24 10:05:48
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/GenericVoiceOvers"
  9. function spawn(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. GenericHail(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end