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

Help making a turtle loop

Started by miningtortoise, 04 August 2012 - 09:02 PM
miningtortoise #1
Posted 04 August 2012 - 11:02 PM
I need help making a turtle run on an infinite loop without player interference. I'm trying to make an automatic sugarcane farm with the turtle (I tried pistons already but most of the drops landed in the dirt) and I want it to basically just keep running the same path but I don't want to have to keep entering a command. If this is possible I could really use some help.
D3matt #2
Posted 04 August 2012 - 11:40 PM
while true do
–Fun stuffs here
end
Noodle #3
Posted 06 August 2012 - 11:24 AM
This should be in ask a pro.
os.pullEvent = os.pullEventRaw
For no termination of any "human"