Lance.lua 436 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/Baubbleshire/Lance.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.01.11 07:01:31
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. --ratcheck(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. PlayAnimation (NPC, "bark")
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end
  18. --function ratcheck(NPC)
  19. -- if GetSpawnByLocationID 2380001 then