Posted 01 July 2012 - 04:25 AM
Hello, since you guys helped me before, I thought I'd ask here again since there's not much information (that I can find anyway) around the net.
My question simply is how to stop a signal from bundled cables.
Normally in redstone you have like rs.setOutput("<side>'', true/false) to turn it on and off.
How can I do this with bundled cables.
rs.setBundledOutput("back", colors.brown) turns it on.. and leaves it on, but how do I turn it off ?
Ultimately I'm trying to build a program that if you type a command, It sends a current down that path for how ever many seconds, and then turns itself off so I can input another command.
My question simply is how to stop a signal from bundled cables.
Normally in redstone you have like rs.setOutput("<side>'', true/false) to turn it on and off.
How can I do this with bundled cables.
rs.setBundledOutput("back", colors.brown) turns it on.. and leaves it on, but how do I turn it off ?
Ultimately I'm trying to build a program that if you type a command, It sends a current down that path for how ever many seconds, and then turns itself off so I can input another command.