Hello ppl,

After the new depots, one of my scripts didnt work.

This action open the depot chest but dont go to first depot (I), anyone can help me?

HTML Code:
local lootBP = getuseroption("lootbp")
local bpoil = getuseroption("bpoil")

while (windowcount("Locker") ==0) do 
       openitem("depot")
       wait(700,900)
end

while (windowcount("Depot Chest") == 0) do
    openitem(3502, "locker")
    wait(800,1000)
end
    openitem(bpoil, "Depot Chest", false)
    wait(800,1000)
    
while (itemcount(2874, lootBP)) < 1 do
moveitems(2874, lootBP,bpoil, 1) wait(1000)
end
wait(100)