Advertisement
ppgab

Untitled

Jul 18th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Module.New("Sort Supplies", function(module)
  2. for i = 0, #Container.GetAll() do
  3. local bp = Container(i)
  4. for j = 0, bp:ItemCount()-1 do
  5. local id = bp1:GetItemData(i).id
  6. if id == ManaID or id == AvalancheID or id == SDID or id == 16114 and Container(i):Name() ~= SupplyBP then
  7. bp:MoveItemToContainer(i, Container(SupplyBP):Index())
  8. wait(600)
  9. end
  10. end
  11. end
  12. module:Delay(1000)
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement