peq-quests/vexthal/Qua_Centien_Xakra.lua
2022-09-13 15:34:39 -06:00

8 lines
157 B
Lua

-- depop script for a trap mob in VT
function event_timer(e)
if e.timer == 'depop' then
eq.stop_timer(e.timer);
eq.depop();
end
end