Nate uses computer craft to make a password protected door
If u have a problem post a screenshot of your code in desc ill help debug
Facebook - / nate.gaspar
Twitter - / nateandgaspar
Ok here is the code
1st step type
edit startup
2nd step u will now have a blank screen type the following
write("Input Password")
password = "whatuwantpasswordtobe"
if password == "whatuwantpasswordtobe" then
print("Right'O Gent")
redstone.setOutput("left",true)
sleep(5)
redstone.setOutput("left",false)
os.shutdown()
else
print("Wrong O Gent")
sleep(2)
os.shutdown()
end
Step 3
Press Control then enter to save code
Step 4
Press Control right arrow key then enter to exit
Step 5
Type in reboot, press enter