projecteq-projecteqquests/jaggedpine/The_flame.lua
2023-08-15 11:39:43 -04:00

7 lines
224 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("coalesces into a corporeal form.");
eq.spawn2(181152, 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), e.self:GetHeading()); --druid
eq.depop_with_timer();
end
end