PDA

View Full Version : Xenobot minimise Backpack problem?



Super Toon
11-30-2015, 07:00 AM
I use diferents scripts and the scripts never minimise the Backpacks? why? i have the trial version is for this reason? and i trate to use one. lua

_G['minimizeBackpacks'] = Module.New("minimizeBackpacks", function(module)
bps = Container.GetAll()
tar = Self.GetTargets(7)
if (table.getn(bps) > 1) and (table.getn(tar) == 0) then
for i=1, #bps do
wait(300)
Container(bps[i]):Minimize()
wait(500)
end
end
end)

And i cant minimise automatic the backpacks.... and stuck in the scripts is for the trial version?
I use a solid script rp 200 minotaurs