mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
5 lines
185 B
Lua
5 lines
185 B
Lua
function event_say(e)
|
|
if(e.message:findi("Hail")) then
|
|
e.self:Say("The riggings and details on the Queen of Thorns are extensive. They were not an easy job, to be sure!");
|
|
end
|
|
end
|