eqmac-quests/everfrost/goblin_lackey.lua
2023-07-24 13:24:37 -07:00

7 lines
No EOL
100 B
Lua

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