Hetcolt
02-21-2016, 08:31 PM
Hello cheaters :P,
I'm currently using this script for resetting my backpacks[table="width: 500"]
local SupplyBP = "Zaoan Chess Box"
local LootBP = "Jewelled Backpack"
...
elseif (labelName == "ResetBps") then
-- Reset Backpacks
Walker.Stop()
Looter.Stop()
Self.CloseContainers()
wait(500,1000)
Self.OpenMainBackpack(true):OpenChildren({SupplyBP , true}, {LootBP, true})
wait(500,1000)
Container.GetFirst():Minimize()
wait(200)
Client.HideEquipment()
Walker.Start()
Looter.Start()
My question: Is there any way to make both local SupplyBP = "Zaoan Chess Box" and local LootBP = "Zaoan Chess Box" ?
thanks for help
hail xenobot
I'm currently using this script for resetting my backpacks[table="width: 500"]
local SupplyBP = "Zaoan Chess Box"
local LootBP = "Jewelled Backpack"
...
elseif (labelName == "ResetBps") then
-- Reset Backpacks
Walker.Stop()
Looter.Stop()
Self.CloseContainers()
wait(500,1000)
Self.OpenMainBackpack(true):OpenChildren({SupplyBP , true}, {LootBP, true})
wait(500,1000)
Container.GetFirst():Minimize()
wait(200)
Client.HideEquipment()
Walker.Start()
Looter.Start()
My question: Is there any way to make both local SupplyBP = "Zaoan Chess Box" and local LootBP = "Zaoan Chess Box" ?
thanks for help
hail xenobot