KromiseSentinel.lua 351 B

1234567891011121314151617
  1. --[[
  2. Script Name : SpawnScripts/DrayeksChamber/KromiseSentinel.lua
  3. Script Author : Neveruary
  4. Script Date : 2022.07.17 09:07:16
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. --NPCModule(NPC, Spawn)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end