Posted 28 December 2012 - 02:39 PM
Hello CC community,
[indent=1]I recently worked a lot with the computercraft mod and I realized that some additional functions would be very handy.
As an example you can view my most recent program [[topic='7643']forum post[/topic] | direct]
In the Index you can click on function checkItems() this function isn't up to date but In the newer version this code is even longer.
Whats the point you're wondering? this "checkItems" function could be a single api function,
because in the API there is only the turtle.suck() implemented and I think it would be nice to see a optional parameter to add which allows you to pick the quantity you want to select.
Another Idea I came up with was the "Advanced" turtle module which adds the ability for more API functions like the one I mentioned before.[/indent]
[indent=1]
-turtle.suck([quantity])
-turtle.compareLeft()
-turtle.compareRight()
-turtle.check(Datavalue)
etc I think you know what I mean (:[/indent]
I hope you got the taste of my Ideas, this is only a suggestion and if you disagree with me please post your opinion in the CommandBox down below :D/>
[Also pls don't slap me ^^ I'm not native English so my language might be a bit weird i hope you can forgive me.]
Greetz. Marco
[indent=1]I recently worked a lot with the computercraft mod and I realized that some additional functions would be very handy.
As an example you can view my most recent program [[topic='7643']forum post[/topic] | direct]
In the Index you can click on function checkItems() this function isn't up to date but In the newer version this code is even longer.
Whats the point you're wondering? this "checkItems" function could be a single api function,
because in the API there is only the turtle.suck() implemented and I think it would be nice to see a optional parameter to add which allows you to pick the quantity you want to select.
Another Idea I came up with was the "Advanced" turtle module which adds the ability for more API functions like the one I mentioned before.[/indent]
[indent=1]
Spoiler
Features I'd like to see in the Advanced module:-turtle.suck([quantity])
-turtle.compareLeft()
-turtle.compareRight()
-turtle.check(Datavalue)
etc I think you know what I mean (:
I hope you got the taste of my Ideas, this is only a suggestion and if you disagree with me please post your opinion in the CommandBox down below :D/>
[Also pls don't slap me ^^ I'm not native English so my language might be a bit weird i hope you can forgive me.]
Greetz. Marco