eqmac-quests/chardok/a_Reanimated_Champion_.lua
2023-07-24 13:24:37 -07:00

7 lines
101 B
Lua

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