mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
7 lines
No EOL
215 B
Lua
7 lines
No EOL
215 B
Lua
-- poknowledge\Guardian_Vaehan.lua NPCID 202096
|
|
|
|
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Welcome to the Selia district of New Tanaan. Be sure to help us to keep it clean!");
|
|
end
|
|
end |