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

password door help.

Started by bradyftw, 30 July 2012 - 09:52 AM
bradyftw #1
Posted 30 July 2012 - 11:52 AM
Okay, so I've been playing tekkit, using this mod I searched for a password door code, but every one i try, gives me Attempted to call nil, I've made sure I typed everything correctly, but still didn't work, I looked at the password door code on the wiki, I typed it slowly, same thing, its attempted to call nil, I typed a basic code like


redstone.setoutput ("back", true)
sleep (3)
redstone.setoutput ("back", false)

and it still gives me the same error, is there anything I'm doing wrong..? or am I just forever doomed..
sjele #2
Posted 30 July 2012 - 11:59 AM
When using

rs.setOutput ("back", true)
Make sure the O is in caps, it should work then
bradyftw #3
Posted 30 July 2012 - 12:07 PM
Thank you finally it works :ph34r:/>/>!