peq-quests/wallofslaughter/#a_mangled_muramite_captain.lua
2017-05-21 11:21:20 -04:00

9 lines
138 B
Lua

function event_spawn(e)
eq.set_timer("depop",30*60*1000);
end
function event_timer(e)
if(e.timer=="depop") then
eq.depop();
end
end