eq2emu-content/SpawnScripts/Antonica/MerchantWingus.lua
2024-10-26 11:37:28 +00:00

16 lines
No EOL
416 B
Lua
Executable file

--[[
Script Name : SpawnScripts/Antonica/MerchantWingus.lua
Script Author : Dorbin
Script Date : 2023.06.14 06:06:40
Script Purpose :
:
--]]
dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua")
function spawn(NPC)
SetPlayerProximityFunction(NPC, 7, "InRange", "LeaveRange")
end
function hailed(NPC, Spawn)
GenericRaceCheckHail(NPC, Spawn)
end