mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
14 lines
No EOL
321 B
Lua
Executable file
14 lines
No EOL
321 B
Lua
Executable file
--[[
|
|
Script Name : TranslocatorSpires.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.08.29 07:08:57
|
|
Script Purpose : used in spell script for translocate
|
|
:
|
|
--]]
|
|
function spawn(NPC)
|
|
AddTimer(NPC, 60000, "despawn")
|
|
end
|
|
|
|
function despawn(NPC, Spawn)
|
|
Despawn(NPC)
|
|
end |