Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- yes = "Yes"
- no = "No"
- sleep(.1)
- print("Would you like to turn off the lights?")
- input = read()
- if input == (yes) then
- print("Turning off the lights!")
- sleep(3)
- redstone.setOutput("back", false )
- os.shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement