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

[Help] Tick-Based clock

Started by Rapidfire52, 08 April 2013 - 11:18 AM
Rapidfire52 #1
Posted 08 April 2013 - 01:18 PM
I could have probably found away if I spent time on it, but i need a way to have a computer output a redstone pulse every 9600 ticks (8 Minutes [20 ticks = 1 second]).
Engineer #2
Posted 08 April 2013 - 01:29 PM
You want to use a infinite loop:

while true do 
     sleep(8*60)
     --redstone shizzle
end

this helps you in the good direction :P/>

Also we are in the wrong part of the forums. You should report yourself and ask if this can be mobed to ask a pro