peq-quests/northro/Guard_Brendyl.lua
2023-08-15 11:39:43 -04:00

5 lines
123 B
Lua

function event_combat(e)
if e.joined then
e.self:Say(string.format("Time to die %s!",e.other:GetCleanName()));
end
end