uuu :P LOVE!!!
Printable View
uuu :P LOVE!!!
the man
Nice mate, great work! ;)
I'm getting insane FPS drops whenever I open xenobot after the update. Is this just me?
Bro, the scripts are not working.
--[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)
on several scripts,
it opens 1 bp and thats it
can you tell me what im doing wrong?
yours