eqmac-quests/echo/Court_Sage.lua
2023-07-24 13:24:37 -07:00

5 lines
189 B
Lua

function event_say(e)
if(e.message:findi("hail")) then
e.self:Say("Please, " .. e.other:GetCleanName() .. ", I'm a little busy right now. Perhaps I can chat with you later.");
end
end