AnthonyGlaviasB.lua 349 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/ScaleYard/AnthonyGlaviasB.lua
  3. Script Author : torsten
  4. Script Date : 2022.08.01 06:08:00
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. Attack(NPC, Spawn)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end