peq-quests/griegsend/Your_mind.lua
2023-08-15 11:39:43 -04:00

6 lines
156 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("wanderers as you travel deeper into what seems to be a nightmare.");
eq.depop_with_timer();
end
end