Missing flavor text from Iala Lenard. Technically this is part of the Princess Lenya quest line.
Code:
function event_say(e)
if(e.message:findi("hail")) then
e.self:Say("Welcome to my humble establishment! I specialize in cloth, but lately I have begun to dabble in silk, the finest material I have ever used.");
end
end