mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
No EOL
312 B
Lua
7 lines
No EOL
312 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say(string.format("Welcome to my shop %s. You'll be happy to hear that I'm fully stocked. It's nice that things are back to normal now that the plague is over.",e.other:GetName()));
|
|
end
|
|
end
|
|
|
|
-- END of FILE Zone:qey2hh1 ID:2742 -- Innkeep_Rislarn |