6 lines
144 B
Lua
6 lines
144 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
e.self:Emote("of what seems to be a blade is heard in the distance.");
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|