peq-quests/highpasshold/Guard_Stald.lua
2023-08-15 11:39:43 -04:00

5 lines
No EOL
126 B
Lua

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