6 lines
148 B
Lua
6 lines
148 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
e.self:Emote("is heard in the distance as you check over your shoulder.");
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|