This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ProfessionalProcrastinator's profile picture

Basic Organizer Script

Started by ProfessionalProcrastinator, 26 March 2013 - 02:46 PM
ProfessionalProcrastinator #1
Posted 26 March 2013 - 03:46 PM
This is a simple script I wrote to organize a turtle's inventory. Basically, it condenses all the items into stacks of the largest size possible, then moves them so that there is more room in the inventory of a turtle. It's not very advanced, but it may come in useful.

[media]http://www.youtube.com/watch?v=_Q2ONqArqFE[/media]

Here it is on pastebin.
spyman68 #2
Posted 01 April 2013 - 03:16 AM
Not a very good explanation, plus add a picture or two
theoriginalbit #3
Posted 01 April 2013 - 03:22 AM
Hmmm… looks very similar to the code here
LazyNub #4
Posted 10 May 2013 - 04:59 PM
Thank you for the code, I was thinking of just this function for my script.