Posted 02 October 2012 - 01:30 AM
I've been working on a project to make turtle build custom building like walls, houses and tower. Since I use the terminal (computer) interface completely (the whole 50 by 18) with a graphic to show coordinate and stuff, I'd like to know if it is possible to start the program and transfer the variables to the turtle without using rednet???? Just like if it was a peripheral of some kind.
example:
print("how many time would you like the turtle to move forward?")
inputX = read()
inputX = tonumber(inputX)
function start()
peripheral.call("left", "turn on")
end
and then the turtle would do the inputX number…
thanks in advance
example:
print("how many time would you like the turtle to move forward?")
inputX = read()
inputX = tonumber(inputX)
function start()
peripheral.call("left", "turn on")
end
and then the turtle would do the inputX number…
thanks in advance