peq-quests/griegsend/Trapman.lua
2023-08-15 11:39:43 -04:00

6 lines
252 B
Lua

function event_combat(e)
if e.joined then
eq.spawn2(eq.ChooseRandom(163047,163185), 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), e.self:GetHeading()); -- a_dark_practicioner (163047) a_soldier_of_madness (163185)
eq.depop_with_timer();
end
end