peq-quests/bothunder/FireTrapSpawner.lua

8 lines
311 B
Lua
Raw Permalink Normal View History

2020-01-20 08:53:01 -06:00
function event_combat(e)
if e.joined then
eq.get_entity_list():MessageClose(e.self, false, 100, MT.White, "Storm clouds begin to gather over your head.");
eq.spawn2(209123, 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), e.self:GetHeading());
eq.depop_with_timer();
end
2020-01-20 08:53:01 -06:00
end