eq2emu-content/SpawnScripts/DownBelow/packrat.lua
2024-10-26 11:37:28 +00:00

8 lines
No EOL
152 B
Lua
Executable file

require "SpawnScripts/Generic/tiny_movement_loop"
function spawn(NPC)
ChooseMovement(NPC)
end
function respawn(NPC)
ChooseMovement(NPC)
end