sietse
04-28-2014, 08:03 PM
--[Open Backpacks]]--
elseif (labelName == "OpenBP") then
print("Opening Backpacks")
setWalkerEnabled(false)
Self.CloseContainers()
Self.OpenMainBackpack(true):OpenChildren({LootBp, true})
setWalkerEnabled(true)
elseif (labelName == "CheckBP") then
print("Checking Backpacks")
if #Container.GetAll() == 2 then
Walker.Goto("BPsOK")
else
Walker.Goto("OpenBP")
end
setWalkerEnabled(true)
Hello,
my backpack opener is not working anymore since the update
it just opens 1 backpack
yours
elseif (labelName == "OpenBP") then
print("Opening Backpacks")
setWalkerEnabled(false)
Self.CloseContainers()
Self.OpenMainBackpack(true):OpenChildren({LootBp, true})
setWalkerEnabled(true)
elseif (labelName == "CheckBP") then
print("Checking Backpacks")
if #Container.GetAll() == 2 then
Walker.Goto("BPsOK")
else
Walker.Goto("OpenBP")
end
setWalkerEnabled(true)
Hello,
my backpack opener is not working anymore since the update
it just opens 1 backpack
yours