well it shouldnt trigger force refill while in tower since its not posz 15
auto(1000)cap = getuseroption('kap')
if $wptsection == "Hunt" and $posz == 15 then
if needresupply(cap, 'sup') then
stopattack()
--settargeting("no") --incase
stopattack() --incase
--settargeting("no", true)
switchprofile('targeting', 'TargetListB')
gotolabel(0, 'ToCity')
wait(20000)
end
end

