print ("Password Lock, By Noah
sleep(3)
print ("Please out your door on the left side of this device")
sleep(5)
print ("Please eneter your password")
if name = "Alienware" then
redstone.setOutput ("left", true)
print ("Welcome!")
sleep(5)
redstone.setOutput ("left", false)
os.reboot()
end
if else
print ("Password Incorrect!")
os.reboot()
end
This is what I getbios:206: [string "PasswordLockByNoah"]:6: 'then' expected
















