ronneke1996 Posted July 31, 2012 Posted July 31, 2012 Hello, Im a noob in Computercraft, but with the new cc sensors you are able to make a program to stop your overheating engines for like 10 minutes and then start back up. Does somebody know HOW to make such program?
droobey Posted July 31, 2012 Posted July 31, 2012 Yes you could do that using os.sleep(600) How though, I dont know. Something like //Pseudo code while 1 if engine overheated then rs.setOut("left",0) os.sleep(600) rs.setOut("left",1) end end Would know more, but someone at the ComputerCraft site hasn't paid the bill Found a tutorial here
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now