peq-quests/kael/a_fish.lua

8 lines
130 B
Lua
Raw Permalink Normal View History

2019-10-18 15:14:18 -05:00
function event_combat(e)
2023-08-15 11:39:43 -04:00
if e.joined then
2019-10-18 15:14:18 -05:00
e.self:Emote("nearly jumps onto the ice.");
eq.depop_with_timer();
end
end