EQ2EMu/server/SpawnScripts/WailingCaves/fallingrocks.lua
2022-06-05 13:50:31 -07:00

20 lines
323 B
Lua
Executable file

--[[
Script Name : SpawnScripts/WailingCaves/fallingrocks.lua
Script Author : neatz09
Script Date : 2019.09.08 10:09:14
Script Purpose :
:
--]]
function spawn(NPC)
end
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
end
function respawn(NPC)
end