SHOW:
|
|
- or go back to the newest paste.
1 | print("Password:") | |
2 | pass = read() | |
3 | if pass == "Uracomputer" then | |
4 | print("Correct...Hi Phlimy") | |
5 | - | redstone.setOutput("down", true) |
5 | + | redstone.setOutput("bottom", true) |
6 | sleep(10) | |
7 | - | redstone.setOutput("down", false) |
7 | + | redstone.setOutput("bottom", false) |
8 | os.shutdown() | |
9 | else | |
10 | print("Incorrect...Get out!") | |
11 | sleep(2) | |
12 | os.shutdown() | |
13 | end |