MerchantWingus.lua 416 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/Antonica/MerchantWingus.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.06.14 06:06:40
  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