peq-quests/oasis/a_Dervish_Thug.lua
2023-08-15 11:39:43 -04:00

7 lines
155 B
Lua

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