eqmac-quests/echo/a_Haven_Defender.lua
2023-07-24 13:24:37 -07:00

5 lines
186 B
Lua

function event_say(e)
if(e.message:findi("hail")) then
e.self:Say("Be careful " .. e.other:GetCleanName() .. ". The mines aren't safe since the underbulks broke through.");
end
end