peq-quests/chardokb/You_come.lua
2023-08-15 11:39:43 -04:00

6 lines
183 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("across a corridor containing four doors and it is unclear which one leads to further danger.");
eq.depop_with_timer();
end
end