aBloodsabermeddler.lua 514 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/DownBelow_Classic/aBloodsabermeddler.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.09.13 03:09:11
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/MonsterCallouts/BloodSabers.lua")
  9. require "SpawnScripts/Generic/NPCModule"
  10. function spawn(NPC, Spawn)
  11. NPCModule(NPC, Spawn)
  12. ratonga(NPC)
  13. --if not HasLanguage(Spawn,26) then
  14. --Garbled(NPC,Spawn)
  15. --end
  16. end
  17. function respawn(NPC)
  18. spawn(NPC)
  19. end