peq-quests/jaggedpine/The_wind.lua
2023-08-15 11:39:43 -04:00

7 lines
225 B
Lua

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