eqmac-quests/shadowhaven/Nelm_the_Tiny.lua
2023-07-24 13:24:37 -07:00

5 lines
216 B
Lua

function event_say(e)
if(e.message:findi("hail")) then
e.self:Say("Hi there, " .. e.other:GetCleanName() .. ". I sell leather armor of the finest quality but only if you're a big an hefty one like me!");
end
end