mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
6 lines
122 B
Lua
6 lines
122 B
Lua
|
|
function event_combat(e)
|
||
|
|
if(e.joined) then
|
||
|
|
e.self:Emote("from the chapel up ahead.");
|
||
|
|
eq.depop_with_timer();
|
||
|
|
end
|
||
|
|
end
|