mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
4 lines
110 B
Lua
Executable file
4 lines
110 B
Lua
Executable file
function hailed(NPC, Spawn)
|
|
zone = GetZone(NPC)
|
|
Say(NPC, "Hey! " .. GetZonePlayerMinLevel(zone))
|
|
end
|