eqmac-quests/firiona/Frode.lua
2023-07-24 13:24:37 -07:00

7 lines
No EOL
101 B
Lua

function event_spawn(e)
eq.set_timer("depop",2100000);
end
function event_timer(e)
eq.depop();
end