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

20 lines
358 B
Lua
Executable file

--[[
Script Name : SpawnScripts/Freeport/executionplazapit.lua
Script Author : neatz09
Script Date : 2020.07.14 05:07:25
Script Purpose :
:
--]]
function spawn(NPC)
--if holiday use visual state 1491
end
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
end
function respawn(NPC)
end