Posted 15 September 2015 - 04:56 PM
Hi !
I want to pull the selected item of the turtule with itempull() but the turtle alaways push the first item of his inventory …
and i don't find any way in "search" …
Help me :'(
I want to pull the selected item of the turtule with itempull() but the turtle alaways push the first item of his inventory …
- local side= peripheral.wrap("west")
- turtle.select(2)
- c.pullItem(side)
- print("Done")
and i don't find any way in "search" …
Help me :'(