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

Need Help Fixing This Program

Started by BlockedInside, 19 March 2013 - 06:16 PM
BlockedInside #1
Posted 19 March 2013 - 07:16 PM
Hello, I am very new to lua but i edited one of direwolf20's scripts to have buttons on an advanced monitor that when you right click on one it will turn from red to green and admit a red stone signal in s bundled cable designated with colors.color this is my current work. http://pastebin.com/haRJBchZ

if you can may you please go over my work and see what the issue is. and i know he paste-bined a working one but this time i want to make it so u can configure where the buttons are on the screen.

Thankyou ver much

http://pastebin.com/haRJBchZ <—— thats the code again
Lyqyd #2
Posted 20 March 2013 - 05:34 AM
Split into new topic.
tesla1889 #3
Posted 20 March 2013 - 04:41 PM
what exactly is the error/unexpected behavior you are wanting to fix?
Kingdaro #4
Posted 20 March 2013 - 06:28 PM
The "setWire" function needs to be before the "while true" loop.