eqmod-proxeeus-quests/highkeep/Dealer_Shonta.lua
2017-03-28 18:50:24 +02:00

5 lines
233 B
Lua

function event_say(e)
if(e.message:findi("hail")) then
e.self:Say(string.format("Greetings. %s! I am sorry but this table has a hundred platinum minimum. Maybe you should start on the copper tables.",e.other:GetName()));
end
end