mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
5 lines
193 B
Lua
5 lines
193 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Hello, most honored guest. I hope all is going well with you and that everything here is to your satisfaction.");
|
|
end
|
|
end
|