mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
5 lines
245 B
Lua
5 lines
245 B
Lua
function event_say(e)
|
|
if(e.message:findi("Hail")) then
|
|
e.self:Say("I'm going to remain in Nedaria's Landing and make sure there is enough wood and replacement supplies for the ship. Those rough seas are still pummeling the boat.");
|
|
end
|
|
end
|