EireneithAlannia.lua 492 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/EireneithAlannia.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.06.26 10:06:11
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. if GetFactionID(Spawn) == 12 then
  13. PlayFlavor(NPC, "", "And what do you think you're doing in our fair city?", "", 1689589577, 4560189, Spawn)
  14. end
  15. end
  16. function respawn(NPC)
  17. spawn(NPC)
  18. end