peq-quests/runnyeye/A_sharp_rock.lua

7 lines
168 B
Lua
Raw Permalink Normal View History

2020-10-21 09:46:21 -05:00
function event_combat(e)
2023-08-15 11:39:43 -04:00
if e.joined then
2020-10-21 09:46:21 -05:00
e.self:Emote("falls from the low ceiling, banging you on the head! Why are you here again?");
eq.depop_with_timer();
2015-03-14 16:18:39 -04:00
end
end