mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
7 lines
No EOL
280 B
Lua
7 lines
No EOL
280 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Greetings. " .. e.other:GetCleanName() .. ". I protect these lands in the name of the Royal Order of Koada'Vie. defenders of Felwithe.");
|
|
end
|
|
end
|
|
|
|
-- END of FILE Zone:gfaydark ID:54106 -- Captain_Silverwind |