View Single Post
  #2  
Old 08-26-2018, 11:12 PM
Sturm
Hill Giant
 
Join Date: Dec 2015
Posts: 116
Default

Love the bits of lore. Thanks for posting them!

Minor suggestion, if you could add a header to the code block:
Code:
-- Iala_Lenard.lua npcID:(1141)
-- written by dagulus2

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
I don't mind adding it in myself, but it feels more complete and credit where credit is due.
__________________
Developer of the Imperium Server.
https://imperium-eq.com/
Reply With Quote