Posted 04 July 2012 - 07:28 PM
Basically what I want to do, is make a redstone circuit which would go on and off, but I don't want to constantly write-
redstone.setOutput("left", true)
sleep(1)
redstone.setOutput("left", false)
Also, I want to make it so I can tell it when to switch off, can someone help me?
I'm a newbie programmer so I don't have a clue :P/>/>
redstone.setOutput("left", true)
sleep(1)
redstone.setOutput("left", false)
Also, I want to make it so I can tell it when to switch off, can someone help me?
I'm a newbie programmer so I don't have a clue :P/>/>