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