548007ea96
Starting point..!
11 lines
No EOL
256 B
Lua
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 |