mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
5 lines
297 B
Lua
5 lines
297 B
Lua
function event_say(e)
|
|
if(e.message:findi("hail")) then
|
|
e.self:Say("Hi there " .. e.other:GetCleanName() .. ", I have all kinds of different potions and magical stones you might find a use for. Please take a look around and let me know what you would like. Thanks for visiting us.");
|
|
end
|
|
end
|