avagrantsquatter.lua 393 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/TheRuins_Classic/avagrantsquatter.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2023.07.06 04:07:11
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. NPCModule(NPC, Spawn)
  11. IdleBeggar(NPC)
  12. human(NPC)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end