View Single Post
  #1  
Old 08-26-2018, 06:14 PM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default qeynos/Iala_Lenard.lua

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
Reply With Quote