eqmac-quests/codecay/A_maddening_howl.lua
2023-07-24 13:24:37 -07:00

6 lines
No EOL
138 B
Lua

function event_combat(e)
if(e.joined) then
e.self:Emote("echoes down the passages surrounding you.");
eq.depop_with_timer();
end
end