mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
8 lines
No EOL
152 B
Lua
Executable file
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 |