hailed_facetarget.lua 266 B

1234567891011
  1. --[[
  2. Script Name : SpawnScripts/Generic/hailed_facetarget.lua
  3. Script Purpose : has the npc face a spawn that hails the npc
  4. Script Author : theFoof
  5. Script Date : 2013.5.22
  6. Script Notes :
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. end