EQ2EMu/server/SpawnScripts/Generic/hailed_facetarget.lua
Image 548007ea96 Base
Starting point..!
2020-02-28 09:17:24 -05:00

11 lines
No EOL
256 B
Lua

--[[
Script Name : SpawnScripts/Generic/hailed_facetarget.lua
Script Purpose : has the npc face a spawn that hails the npc
Script Author : theFoof
Script Date : 2013.5.22
Script Notes :
--]]
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
end