mikjail
08-23-2016, 12:22 AM
Hi, I'm trying to implement a checker to see if there is any items in the lootBP to deposit this is what I got
elseif (labelName == "DepositItems") then
if (Container:ItemCount() > 0) then
print("Found " .. Container.ItemCount() .. " items to deposit.")
wait(1500)
Walker.Goto("Reach Depot")
else
Walker.Goto("CheckSupp")
end
elseif (labelName == "DepositItems") then
if (Container:ItemCount() > 0) then
print("Found " .. Container.ItemCount() .. " items to deposit.")
wait(1500)
Walker.Goto("Reach Depot")
else
Walker.Goto("CheckSupp")
end