asandlurker.lua 389 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Antonica/asandlurker.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.07.11 11:07:54
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. NPCModule(NPC, Spawn)
  11. RandomMovement(NPC, Spawn, 8, -8, 2, 8, 15)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end