denvys5

PIM: Clear Inv

Aug 1st, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. pim = peripheral.wrap("left")
  2. target = "cijik"
  3. function clearInv()
  4.   for slot = 1,40 do
  5.    pim.pushItem("right", slot, 64, slot)
  6.   end
  7. end
  8.  
  9. function main()
  10.  clearInv()
  11. end
  12. while true do
  13. main()
  14. sleep(0.4)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment