mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
8 lines
276 B
Lua
8 lines
276 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Hello there " .. e.other:GetName() .. "! You'll be happy to see that I am fully stocked with all my usual goods. Have a look around!");
|
|
end
|
|
end
|
|
|
|
-- END of FILE Zone:erudnext ID:98057 -- Beth_Breadmaker
|
|
|