mirror of
https://github.com/proxeeus/quests
synced 2026-08-22 10:29:07 -04:00
5 lines
233 B
Lua
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
|