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

22 lines
431 B
Lua
Executable file

--[[
Script Name : SpawnScripts/Freeport/OzgetBloodspiller.lua
Script Author : Premierio015
Script Date : 2020.07.19 10:07:00
Script Purpose :
:
--]]
dofile("SpawnScripts/Generic/GenericGuardVoiceOvers.lua")
function spawn(NPC)
end
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
GenericGuardHail(NPC, Spawn, Faction)
end
function respawn(NPC)
end