Posted 09 October 2012 - 12:47 AM
I have worked for a tiny bit on Computercraft when trying to make a Elevator (with a call back). For example, all I needed to do was type 3-2 which the elevator is called up to floor 3 and brings me to floor 2 and then goes back down to the bottom floor. I want to see if I can make this simpler by only the use of a button.
Is there a way to activate and run a program by sending a redstone current to the computer?
I'd like to place buttons on the walls on my elevator, when I press the button (a sign will say 2) the elevator would go up to floor 2 (framemotors).
I'm a novice at this and wrote a code for each floor 1-2, 1-3, 1-4, 2-1, 2-2, etc.
So by pressing the button it reaches the computer(say the left side) it activates a program that makes the elevator work so there is NO typing a command to get it to work, as the button does it for you.
Is this possible? If so, please share how you do it.
Thanks
Is there a way to activate and run a program by sending a redstone current to the computer?
I'd like to place buttons on the walls on my elevator, when I press the button (a sign will say 2) the elevator would go up to floor 2 (framemotors).
I'm a novice at this and wrote a code for each floor 1-2, 1-3, 1-4, 2-1, 2-2, etc.
So by pressing the button it reaches the computer(say the left side) it activates a program that makes the elevator work so there is NO typing a command to get it to work, as the button does it for you.
Is this possible? If so, please share how you do it.
Thanks