Wingus.lua 411 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/NorthQeynos/Wingus.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.01.08 01:01:22
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua")
  9. function spawn(NPC)
  10. SetPlayerProximityFunction(NPC, 7, "InRange", "LeaveRange")
  11. end
  12. function hailed(NPC, Spawn)
  13. GenericRaceCheckHail(NPC, Spawn)
  14. end