eqmac-quests/echo/a_Haven_Defender.lua

6 lines
186 B
Lua
Raw Permalink Normal View History

2023-07-24 13:24:37 -07:00
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